aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/encrypt-sign-file.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* example: encrypt-sign-file.pyBen McGinnes2018-03-211-2/+2
| | | | * Adjusted the doc string.
* example: sign and encrypt fileBen McGinnes2018-03-191-0/+70
* Example to sign and encrypt a file. * Similar to encrypt-file.py except all keys are considered trusted and signs with the default key. * Also encrypts to the default key.