~dricottone/my-utils

ref: c18943ff0bc417949dfd80399c298e6f7f006636 my-utils/crypto/sign -rw-r--r-- 197 bytes
c18943ffDominic Ricottone Merge divergent commits... oops 6 days 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