https://github.com/rishav394/img-crypt
https://github.com/rishav394/img-crypt
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishav394/img-crypt
- Owner: rishav394
- Created: 2020-06-25T17:29:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T11:37:10.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T08:44:41.431Z (over 1 year ago)
- Language: C#
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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