An open API service indexing awesome lists of open source software.

https://github.com/rishav394/img-crypt


https://github.com/rishav394/img-crypt

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Img-Crypt

Encrypt and Decrypt images to plain text and vice versa using RSA algorithm.

## Features and Advantages

* Uses no external packages
* Really fast
* Modularied into small units to be used as a standard Library
* Can be encrypted and decrypted on different windows machines

## Requirements

* Windows OS
* .NET Framework 4.5
* MS Build

## Things to keep in

* It uses RSA Algorithm to encrypt plain text to cipher so please use large prime numbers
* Do not terminate the process in between. This *might* lead to unpredictable things