Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 327 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 327 Bytes

RSA

Copy the code in RSA code file in Octave and run it. The input message is coded as "Timbaktu" at line 2. The code encrypts the input message with RSA and then decrypts it. The program output will show the input message, the encrypted message and the output message. You can change the input message to anything you like.