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-07 | examples: python howto | Ben McGinnes | 1 | -0/+91 | |
* Uses the groups module to prepare a list of recipients and encrypt to those. * The main version (encrypt-to-group.py) tries to check for invalid recipients, but still falls back to always trust for the second encryption attempt. * The gullible version doesn't try pruning the recipient list at all, it just tries to encrypt and if it fails, switches straight to always trust. * The trustno1 version doesn't use the always trust model at all and only attempts pruning the list of invalid recipients. |