sequoia-chameleon-gnupg

GPG and GPGv reimplementation using Sequoia cryptographic library

brewmacoslinux
Try with needOr install directly
Source

About

Reimplementatilon of gpg and gpgv using Sequoia

Commands

sqsqv

Examples

Encrypt a file for a recipient using their public key$ sq encrypt --recipient-file recipient.pgp input.txt > encrypted.pgp
Decrypt and verify a signed and encrypted message$ sq decrypt --verify-with-cert cert.pgp encrypted.pgp
Verify a detached signature on a file$ sqv --signer-cert signer.pgp signature.asc file.txt