signify-osx

Cryptographically sign and verify files using OpenBSD signify

brewmacoslinux
Try with needOr install directly
Source

About

Cryptographically sign and verify files

Commands

signify

Examples

Generate a new signing key pair$ signify -G -n -p public.pub -s secret.sec
Sign a file with your secret key$ signify -S -s secret.sec -m file.txt
Verify a signed file using the public key$ signify -V -p public.pub -m file.txt.sig