Skip to content

Lightweight CLI designed to simplify the process of encrypting and decrypting files and messages using GPG [s!]

License

Notifications You must be signed in to change notification settings

jwt2706/EasyGPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

EasyGPG

Build

EasyGPG is a command line tool to help simplify the process of encrypting and decrypting with GPG.

Why

I kept forgetting the GPG commands and got fed up with looking them up.

:)

Usage

easygpg [-e] [-d] [-s] [--help] [-h]
  • -e: Triggers the encryption process.
  • -d: Triggers the decryption process.
  • -s: Lists the your current public keys available.
  • --help or -h: Displays the help message.

Shell Installers

To install EasyGPG using the provided shell installer, follow these steps:

Linux and macOS

  1. Download the installer script from the installer folder.
  2. Make the installer executable: chmod +x install.sh.
  3. Run the installer: ./install.sh.

Windows

  1. Download and install Git for Windows.
  2. Download the installer from the installer folder.
  3. Open Git Bash and navigate to the directory where you downloaded the installer.
  4. Run the installer: bash install.sh.

For uninstalling, just run the uninstall.sh shell script.

Manual Installation

EasyGPG is dependant on GnuPG... since that's what it was built for. Follow these steps for set up (or figure it out yourself, I'm sure you're smart enough):

1. Installing GnuPG

Debian: sudo apt-get install gnupg
Fedora: sudo dnf install gnupg
Arch: sudo pacman -S gnupg
macOS / OSX: brew install gnupg
Windows: Download from here.

2. Install EasyGPG

Linux and macOS

  1. Download the latest EasyGPG release from the releases page.
  2. Make the binary executable: chmod +x easygpg
  3. Move the binary to a directory in your PATH, e.g., /usr/local/bin: sudo mv easygpg /usr/local/bin/

Windows

  1. Download the latest EasyGPG release from the releases page.
  2. Rename the downloaded file to easygpg.exe.
  3. Move the easygpg.exe file to a directory in your PATH. You can add a directory to your PATH by following these instructions.

Disclaimer: I did not get to test the installation process on all operating systems. If you are running into problems, you can open an issue here.

Todo

  • Add decryption for direct ascii-armored inputs

About

Lightweight CLI designed to simplify the process of encrypting and decrypting files and messages using GPG [s!]

Topics

Resources

License

Stars

Watchers

Forks