Encryption steps in rsa algorithm
by gowtham[ Edit ] 2010-02-05 15:15:56
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.