aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/group-encrypt-sign-file.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* examples: multi-key selection operationsben/docs/2018-03Ben McGinnes2018-03-211-83/+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.
* example: group encryptionBen McGinnes2018-03-211-1/+1
| | | | * Troubleshooting.
* example: sign and encrypt to groupBen McGinnes2018-03-211-0/+83
* Begins to string together some of the simpler examples to do more useful things. * Signs and encrypts a file while encrypting to every key in a group specified in the gpg.conf file.