Encryption steps in rsa algorithm

by gowtham 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.

Tagged in:

1040
like
0
dislike
0
mail
flag

You must LOGIN to add comments