aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/decrypt-file.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-07python bindings: howto examplesBen McGinnes1-2/+2
* Made sure all example scripts meet PEP8 compliance. * Required fixing approx. a dozen of them in minor ways.
2018-05-23docs and examples: python howtoBen McGinnes1-3/+10
* Updated the decryption example code in the HOWTO and the corresponding decrypt-file.py script to gracefully handle a decryption failure. This error will always be triggered when GPGME is used to try to decrypt an old, MDC-less encrypted message or file.
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.