https://github.com/rayhanadev/gpg-tool
A simple tool to make encrypted PGP messages and decrypt them with a nicer UI.
https://github.com/rayhanadev/gpg-tool
Last synced: about 1 month ago
JSON representation
A simple tool to make encrypted PGP messages and decrypt them with a nicer UI.
- Host: GitHub
- URL: https://github.com/rayhanadev/gpg-tool
- Owner: rayhanadev
- Created: 2024-06-20T07:50:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T08:34:00.000Z (about 1 year ago)
- Last Synced: 2025-02-17T14:13:18.253Z (4 months ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPG Tool
> Note: This tool is waiting in [this gopenpgp PR](https://github.com/ProtonMail/gopenpgp/pull/258) 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
```sh
git clone https://github.com/rayhanadev/gpg-tool.git
cd gpg-tool
go build -o gpgtool
```## Usage
```sh
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 commandFlags:
-h, --help help for gpgtoolUse "gpgtool [command] --help" for more information about a command.
```