A simple software that can perform Symmetric and Asymmetric Encryption and Decryption using hazmat from cryptography module.
To get the program running you need to pull the git repo first.
git pull https://github.com/nirmoru/Enc-Dec-software.git
cd Enc-Dec-software
Then install the required packages.
pip install -r requirements.txt
Then the program can be run by simple using python.
python3 Encryption_gui.py
This project is under MIT License.