A simple Crossplatform Commandline Program Developed Using Python3 to run GNU Privacy Guard Program in safest and easiest way for beginners.
Note: To use this program on windows please download and install gpg4win from https://gpg4win.org/ and for mac install gpgtools from https://gpgtools.org/To Install from PyPI:
Run the following commands in Linux terminal / Windows powershell / command prompt to install:-
pip install simple-gpg
Then simply type the following command to get started :-
simple-gpg
To run the program by directly downloading from github refer Instructions here.
Run simple-gpg on Repl.it from here:- .
- Hash Calculator: supports Sha3_256 and sha3_512 using hashlib rest all hash algorithms using gnupg.
- Individual File Encryption and Decryption using various symmetric ciphers supported by gnupg.
- Asymmetric Cryptography Manager to handle Asymmetric Cryptography using gnupg.
- Bulk Encryption of individual files ( Each file is individually encrypted ) using AES 256 or with a OPENPGP public key available under Asymmetric Cryptography Manager.
- Some enhancements were made , the number of iterations for hashing encryption keys were made higher for better security for symmetric file encryption and bulk encryption of individual files using aes256.
This mini project was done during my college 1st year to learn basics of Python Programming.