Skip to content

Anish-M-code/simple-gpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-gpg

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/

Quick Installation

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.

Quick Demo

Run simple-gpg on Repl.it from here:- .Run on Repl.it

Features:-

  1. Hash Calculator: supports Sha3_256 and sha3_512 using hashlib rest all hash algorithms using gnupg.

  1. Individual File Encryption and Decryption using various symmetric ciphers supported by gnupg.

  1. Asymmetric Cryptography Manager to handle Asymmetric Cryptography using gnupg.

  1. Bulk Encryption of individual files ( Each file is individually encrypted ) using AES 256 or with a OPENPGP public key available under Asymmetric Cryptography Manager.

  1. 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.

NOTE: Like all other software this project may have bugs, though care has been taken to avoid bugs.

This mini project was done during my college 1st year to learn basics of Python Programming.