aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/verify-signatures.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-21example: verify signaturesBen McGinnes1-4/+7
* Added example for verifying detached signatures against the files they're the signatures for.
2018-03-21example: verify signed fileBen McGinnes1-11/+28
* Added example to verify normal and clearsigned files.
2018-03-20example: decrypt fileBen McGinnes1-12/+14
* Decrypts a file taking file names as command line parameters.
2018-03-19example: python bindings key countBen McGinnes1-0/+42
* Added script wo count the number of keys in both the public and secret key stores.