Ben McGinnes f9159b1d75 example: key creation
* Script to generate a new key with encryption subkey taking input
  from interactive prompts.
* Will also take a passphrase via pinentry and uses passphrase caching
  of five minutes when used in conjunction with the temp homedir
  script.
2018-03-27 12:29:08 +11:00
..
2018-03-22 01:18:37 +11:00
2018-03-27 12:29:08 +11:00
2018-03-20 14:32:53 +11:00
2018-03-22 01:30:32 +11:00
2018-03-22 06:05:10 +11:00
2018-03-22 06:05:10 +11:00
2018-03-22 05:07:56 +11:00
2018-03-20 14:55:05 +11:00
2018-03-20 08:39:49 +11:00
2018-03-22 01:24:52 +11:00

GPGME Python Bindings HOWTO Examples

Examples

The contents of this directory are the examples included in the GNU Privacy Guard (GnuPG) Made Easy Python Bindings HOWTO file. Each script is explicitly for Python 3 and specifically for Python 3.4 or later.

Some of these scripts may work with Python 2.7, but there are no guarantees. They will include the relevant imports from the __future__ module to facilitate that if possible.