Terminal-driven Python tool for asymmetric file encryption and decryption.
python runner.pyOptions:
Create Key → Generate a public/private key pair
Encrypt → Encrypt a file with a public key
Decrypt → Decrypt a file with a private key
Exit → Quit the program
MIT License