Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 387 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 387 Bytes

PBL1-RSA

How to run the code. Simply running this file makefile with make command will create main.exe. Then running that file main.exe with .\main command will run the code. It will have 3 feature you can choose

  1. Generate key
  2. Encrypt file
  3. Decrypt file

If you want 'Generate key', press 1.

If you want 'Encrypt file', press 2.

If you want 'Decrypt file', press 3.