aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/decrypt-file.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs and examples: python howtoBen McGinnes2018-05-231-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.
* example: decrypt fileBen McGinnes2018-03-201-0/+44
* Decrypts a file taking file names as command line parameters.