January 17
2009
2009
RSA Crypto Program
RSA Crypto is a program that uses RSA encryption (a very strong type of encryption) to encrypt messages.
You can generate private and public keys, with a 2048 bitstrength, and import other people’s keys.
Download
BUGS
Win2000 bug FIXED
Managing Keys does not work yet, but will be added in later versions.

[...] is the Public and private key generator. In my RSA Crypto program, I used threading so this wouldn’t interrupt the GUI, but you don’t have [...]