January 15, 2002
Practical Aspects of Modern Cryptography
Some RSA Details
•Encryption:  E(Y) = YE mod N.
•Decryption:  D(Y) = YD mod N.
•
• D(E(Y))
• = (YE mod N)D mod N
• = YED mod N
• = Y