Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 223 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 223 Bytes

pgp.io CLI helper

A simple Bash script for uploading and downloading from https://pgp.io.

Usage

Encrypt & Send

echo 'hello' | gpg -aesr '<recipient>' | pgpio

Receive & Decrypt

pgpio Jag61Hgz19L | gpg -d