aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/sign-key.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-28example: key signingBen McGinnes1-12/+13
* Added script for signing or certifying keys.
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.