aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/key-selection.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-21examples: multi-key selection operationsben/docs/2018-03Ben McGinnes1-51/+0
* Temporarily removing multi-key selection based examples. * There are a few issues with getting the key selections to play nicely with gpg.Context().keylist object types. * Will troubleshoot them separately and restore them when that's worked out, but I don't want these more complicated examples to delay merging the HOWTO with master.
2018-03-21example: key selectionBen McGinnes1-1/+0
* Removed extraneous blank line.
2018-03-21example: key selectionBen McGinnes1-18/+14
* Similar to group-key-selection.py, but does not use an existing group from gpg.conf; instead takes multiple key IDs, fingerprints or patterns on the command line and adds them to a keylist object.
2018-03-21example: group key selectionBen McGinnes1-12/+24
* Example of preparing a keylist object using an existing group line from the gpg.conf file.
2018-03-20example: decrypt fileBen McGinnes1-12/+14
* Decrypts a file taking file names as command line parameters.
2018-03-19example: python bindings key countBen McGinnes1-0/+42
* Added script wo count the number of keys in both the public and secret key stores.