aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/export-secret-key.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* examples: exporting keysben/howto-update-05Ben McGinnes2018-05-291-3/+7
| | | | | * Fixed the descriptions and explanation of what happens if no search/user ID/key ID data is included (it exports the lot).
* examples: python bindingsBen McGinnes2018-05-291-0/+75
* 2 more scripts for planned expansion of the HOWTO. * export-key.py - is very similar to both the import-key.py script and an earlier example. * export-secret-key.py - the holiest of holies, a script to be very careful with (though on posix systems it is saved in a chmodded 600 file).