~dricottone/my-utils

ref: a5400e398c7c8f77d09b3e5966789d38f48a47a6 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