Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python bindings: howto examples | Ben McGinnes | 2018-07-07 | 1 | -5/+5 |
| | | | | | * Made sure all example scripts meet PEP8 compliance. * Required fixing approx. a dozen of them in minor ways. | ||||
* | examples: encryption | Ben McGinnes | 2018-03-21 | 1 | -1/+1 |
| | | | | * Fixed two incorrect Context() objects. | ||||
* | example: encrypt-sign-file.py | Ben McGinnes | 2018-03-21 | 1 | -2/+2 |
| | | | | * Adjusted the doc string. | ||||
* | example: sign and encrypt file | Ben McGinnes | 2018-03-19 | 1 | -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. |