This software has purpose of encrypt and decrypt data with RSA Algorithm.
You can generate key's with the following keys:
- 512 bits
- 1024 bits
- 2048 bits
- 4096 bits
- 8192 bits
- Import key's to encrypt/decrypt data.
- Copy public key.
- Copy private key.
- Save public key in a file.
- Save private key in a file.
To run RSAEncryption you must have .NET installed, running on a Windows system or Linux with Mono.