yyyRSA 1.0.2 review

Download
by rbytes.net on

yyyRSA is a simple program to encrypt and decipher messages with the RSA asymetrical encryption algorithm. Alice wants to send Bob

License: GPL (GNU General Public License)
File size: 44K
Developer: Erik Thiele
0 stars award from rbytes.net

yyyRSA is a simple program to encrypt and decipher messages with the RSA asymetrical encryption algorithm.

Alice wants to send Bob a message. Eve can monitor the communication between Alice and Bob. he can read everything they send to each other.

Bob creates a key. It will consist of two files. the public key and the private key.

Bob gives Alice his public key.
Eve now also has his public key!
Alice encrypts a message with this public key.
Alice sends the message to Bob
Eve now also has the encrypted message!
Bob decrypts the message with the secret key.

Eve can do nothing, because it is not possible to decrypt the message with the public key !

yyyRSA is designed to be ULTRA secure. speed doesn't matter, nor does size of the encrypted message.

It is a possible option to create the secret key if you have a public key. However the algorithm to do this takes too much time, see the next chapter.

What's New in This Release:
Added numberencode program
Released 1.0.2

yyyRSA 1.0.2 keywords