Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-07 | python bindings: howto examples | Ben McGinnes | 1 | -5/+5 | |
* Made sure all example scripts meet PEP8 compliance. * Required fixing approx. a dozen of them in minor ways. | |||||
2018-06-28 | python bindings examples: three export scripts | Ben McGinnes | 1 | -38/+24 | |
* 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-06-28 | python bindings: import example | Ben McGinnes | 1 | -0/+91 | |
* Added an example script for importing a key from a file (either ASCII armoured or not). |