Digital signing steps in rsa algorithm - Algorithm Views : 358
Tagged in : Algorithm
0 0
Send mail
Sender A does the following:-

1. Creates a message digest of the information to be sent.
2. Represents this digest as an integer m between 0 and n-1. [See note 5].
3. Uses her private key (n, d) to compute the signature s = md mod n.
4. Sends this signature s to the recipient, B.

By gowtham, On - 2010-02-05



    Login to add Comments .