rayhanadev / gpg-tool

A simple tool to make encrypted PGP messages and decrypt them with a nicer UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPG Tool

Note: This tool is waiting in this gopenpgp PR to go through for OpenPGP v3 support.

Minor exploration of CLI tools written in Golang, a simple tool to make encrypted PGP messages and decrypt them with a nicer UI.

Install

git clone https://github.com/rayhanadev/gpg-tool.git
cd gpg-tool
go build -o gpgtool

Usage

A simple GPG CLI tool to encrypt and decrypt messages using GPG keys.

Usage:
  gpgtool [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  decrypt     Decrypt a message
  encrypt     Encrypt a message
  help        Help about any command

Flags:
  -h, --help   help for gpgtool

Use "gpgtool [command] --help" for more information about a command.

About

A simple tool to make encrypted PGP messages and decrypt them with a nicer UI.


Languages

Language:Go 100.0%