aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/export-key.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-13python bindings: example scriptsBen McGinnes1-1/+1
* Fixed incorrect mention of output prompt referencing secret keys when the scripts are only for exporting public keys in whole or minimised forms.
2018-07-07python bindings: howto examplesBen McGinnes1-4/+4
* Made sure all example scripts meet PEP8 compliance. * Required fixing approx. a dozen of them in minor ways.
2018-06-28python bindings examples: three export scriptsBen McGinnes1-16/+27
* Example of default exporting keys. * Example of exporting minimised keys. * Example of exporting secret keys to a file with correct permissions. Signed-off-by: Ben McGinnes <[email protected]>
2018-03-28example: add user IDBen McGinnes1-40/+7
* Added script to add a UID to an existing key.
2018-03-27example: key creationBen McGinnes1-0/+95
* Script to generate a new key with encryption subkey taking input from interactive prompts. * Will also take a passphrase via pinentry and uses passphrase caching of five minutes when used in conjunction with the temp homedir script.