sequoia-sqv

Simple OpenPGP signature verification program for cryptographic validation

brewmacoslinux
Try with needOr install directly
Source

About

Simple OpenPGP signature verification program

Commands

sqv

Examples

Verify a detached signature against a file$ sqv signature.sig document.txt
Verify a signature using a specific keyring$ sqv --keyring=/path/to/keyring.pgp signature.sig document.txt
Verify and display detailed information about the signature$ sqv --verbose signature.sig document.txt