|  | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  | --
Signed-off-by: Daniel Kahn Gillmor <[email protected]> | 
|  | * Mostly tightening up the details on the hkp4py example script.
* Also fixed a typo in the LGPL boiler plate text included in all the
  other example scripts for the HOWTO. | 
|  | * Fixed minor errors in two doc strings. | 
|  | * Similar to encrypt file except for signing a file in normal mode.
* Noticed additional changes to be made to the howto to match this,
  but they will have to wait due to a power outage (currently running
  on battery and a mobile connection, but that won't last). | 
|  | * 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. |