Encryption steps in rsa algorithm - Algorithm Views : 396
Tagged in : Algorithm
0 0
Send mail
Sender A does the following:-

1. Obtains the recipient B's public key (n, e).
2. Represents the plaintext message as a positive integer m [see note 4].
3. Computes the ciphertext c = me mod n.
4. Sends the ciphertext c to B.

By gowtham, On - 2010-02-05



    Login to add Comments .