Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |