| Commit message (Collapse) | Author | Files | Lines | 
 | 
* lang/python/examples/howto/symcrypt-file.py: *sigh*; passphrase was
  right the first time, just the error check that wasn't.
* I really should stop second guessing myself one of these days ...
Signed-off-by: Ben McGinnes <[email protected]>
 | 
 | 
* lang/python/examples/howto/symcrypt-file.py: Fixed the error code
  and the passphrase key word arg.
 | 
 | 
* lang/python/examples/howto/symcrypt-file.py: A variation on standard
  key based encryption.
 | 
 | 
* Made sure all example scripts meet PEP8 compliance.
* Required fixing approx. a dozen of them in minor ways.
 | 
 | 
* Fixed two incorrect Context() objects.
 | 
 | 
* Fixed minor errors in two doc strings.
 | 
 | 
* Nested encryption in try/except statement in case recipient key is
  untrusted or invalid.
 | 
 | 
* Fixed typo in second encryption call.
 | 
 | 
* Example to encrypt a file to a single key.
* Takes key ID and/or fpr as a CLI parameter.
* Takes path and filename as a CLI parameter.
* Encrypts to specified key only, no signing and writes the output in
  both ASCII armoured and GPG binary formats with output filenames
  based on input filename.
 |