~dricottone/my-utils

my-utils/crypto/sign -rw-r--r-- 197 bytes
a5400e39Dominic Ricottone Starting point for cryptographic utilities 2 years ago
                                                                                
1
2
3
4
5
# gpg2 --detach-sign example
# if ! gpg2 --verify example.sig example >/dev/null 2>&1; then code=1; fi

# gpg2 --clearsign example
# if ! gpg2 --verify example.asc >/dev/null 2>&1; then code=1; fi