Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python bindings: howto examples | Ben McGinnes | 2018-07-07 | 1 | -2/+2 |
| | | | | | * Made sure all example scripts meet PEP8 compliance. * Required fixing approx. a dozen of them in minor ways. | ||||
* | docs and examples: python howto | Ben McGinnes | 2018-05-23 | 1 | -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 file | Ben McGinnes | 2018-03-20 | 1 | -0/+44 |
* Decrypts a file taking file names as command line parameters. |