|
|
|
RSA Encryption and Decryption
Try RSA with Toy Key
Using the key pair [ (,
); (, ) ]
Encrypt the message T=20. What is the cyphertext
(C = T37 mod 77)?
Use this tool to computer powers of T mod 77.
× mod 77
Take your value C and perform the decryption:
(C13 mod 77). Do you get 20 back?
| |