This repository houses the manifest for a Docker image for encryption
keybase pgp encrypt username --no-self -m 'this is a secret'
or
keybase pgp encrypt username --no-self -i ./file.txt
curl https://keybase.io/username/key.asc -o key.pub
gpg --import key.pub
gpg --encrypt --trust-model always --armor --recipient [email protected] --output file.encrypted ./file.txt
cat file.encrypted