previous | start | next

RSA Example -- Encryption and Decryption

To compute the ciphertext C of plaintext P, treat P as a numerical value P = 19
C = PE mod n C = 66

 
To compute the plaintext P from ciphertext C:  
P = CD mod n P = 19

 


previous | start | next