aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/clear-sign-file.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-21example: clear signingBen McGinnes1-13/+6
* Added example to clear sign a file with signing key selection.
2018-03-21example: sign fileBen McGinnes1-24/+17
* Similar to encrypt file except for signing a file in normal mode. * Noticed additional changes to be made to the howto to match this, but they will have to wait due to a power outage (currently running on battery and a mobile connection, but that won't last).
2018-03-19example: encrypt fileBen McGinnes1-8/+14
* Nested encryption in try/except statement in case recipient key is untrusted or invalid.
2018-03-19example: encrypt fileBen McGinnes1-1/+1
* Fixed typo in second encryption call.
2018-03-19example: encrypt fileBen McGinnes1-0/+64
* Example to encrypt a file to a single key. * Takes key ID and/or fpr as a CLI parameter. * Takes path and filename as a CLI parameter. * Encrypts to specified key only, no signing and writes the output in both ASCII armoured and GPG binary formats with output filenames based on input filename.