You are on page 1of 7

RSA crypto system

BHM
@
CSE_SSIT
Public key is (n, e). For a padded message M, encryption function is C = M e mod n.
Private key is (n, d). For a encrypted message C, decryption function is M = C d mod n.
2: Key Generation, Encryption and Decryption
2: Key Generation, Encryption and Decryption

You might also like