sequoia-sq

OpenPGP command-line tool for encryption, signing, and key management

brewmacoslinux
Try with needOr install directly
Source

About

Sequoia-PGP command-line tool

Commands

sq

Examples

Encrypt a file with a public key$ sq encrypt --recipient-cert keyring.pgp document.txt > document.txt.pgp
Sign a message with your private key$ sq sign --signer-key secret-key.pgp message.txt > message.txt.sig
List keys in a keyring$ sq keyring list keyring.pgp