A simple Bash script for uploading and downloading from https://pgp.io.
Encrypt & Send
echo 'hello' | gpg -aesr '<recipient>' | pgpio
Receive & Decrypt
pgpio Jag61Hgz19L | gpg -d
A simple Bash script for uploading and downloading from https://pgp.io.
Encrypt & Send
echo 'hello' | gpg -aesr '<recipient>' | pgpio
Receive & Decrypt
pgpio Jag61Hgz19L | gpg -d