aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/verify-signed-file.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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.