Encryption Helper is a simple UI to assist in generating public / private key pairs and encrypting / decrypting text.
- Clone the repo to your local machine
- Run the following command to start it
python .\main.py
Once the application is running, you can generate a new key or encrypt and decrypt text with the entered key.
Note: Public Keys are not implemented yet