<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/lang/python/examples, branch gpgme-1.11.0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.11.0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.11.0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2018-03-28T23:21:52Z</updated>
<entry>
<title>example: revoke UID</title>
<updated>2018-03-28T23:21:52Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-28T23:21:52Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3b91f6af378ccc37dcf8924cbc157894c35b5192'/>
<id>urn:sha1:3b91f6af378ccc37dcf8924cbc157894c35b5192</id>
<content type='text'>
* Script to revoke a UID on an existing key.
</content>
</entry>
<entry>
<title>example: key signing</title>
<updated>2018-03-28T22:49:08Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-28T22:49:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=56bbfd39acea90eb87a28b11a515b0314cdda54c'/>
<id>urn:sha1:56bbfd39acea90eb87a28b11a515b0314cdda54c</id>
<content type='text'>
* Added script for signing or certifying keys.
</content>
</entry>
<entry>
<title>example: add user ID</title>
<updated>2018-03-28T19:36:14Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-28T19:36:14Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=5cd419341807d8ae23fec7bd9bb7025a8a2dcb3c'/>
<id>urn:sha1:5cd419341807d8ae23fec7bd9bb7025a8a2dcb3c</id>
<content type='text'>
* Added script to add a UID to an existing key.
</content>
</entry>
<entry>
<title>example: key creation</title>
<updated>2018-03-27T01:29:08Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-27T01:29:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f9159b1d75d3209b1c22bbb0ed4472800b60a522'/>
<id>urn:sha1:f9159b1d75d3209b1c22bbb0ed4472800b60a522</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>script: temp homedir config</title>
<updated>2018-03-27T01:16:29Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-27T01:16:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1b5da37a47ceef41545e0b2474738613f36be949'/>
<id>urn:sha1:1b5da37a47ceef41545e0b2474738613f36be949</id>
<content type='text'>
* added passphrase caching of 5 minutes.
</content>
</entry>
<entry>
<title>script: temp homedir</title>
<updated>2018-03-25T00:54:05Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-25T00:54:05Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=40a9dea5d56506400b67b0c11f6e55a1629dc6fe'/>
<id>urn:sha1:40a9dea5d56506400b67b0c11f6e55a1629dc6fe</id>
<content type='text'>
* Fixed whitespace.
</content>
</entry>
<entry>
<title>script: temporary homedir creation</title>
<updated>2018-03-25T00:26:26Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-25T00:26:26Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=dde1aae312958776fab475d6c0cdfa19cc255863'/>
<id>urn:sha1:dde1aae312958776fab475d6c0cdfa19cc255863</id>
<content type='text'>
* Script to create a temporary gnupg homedir in the user's directory
  for testing or scripting purposes.
* Creates a hidden directory on POSIX systems with the correct
  permissions (700).
* Creates a gpg.conf in that directory containing the same
  configuration options as used in the "Danger Mouse" example in the
  HOWTO with the correct permissions (600).
</content>
</entry>
<entry>
<title>examples: multi-key selection operations</title>
<updated>2018-03-21T19:19:36Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-21T19:19:36Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=05e59933056ee8ef8ba7579351a58ed25dd7f754'/>
<id>urn:sha1:05e59933056ee8ef8ba7579351a58ed25dd7f754</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>example: group encryption</title>
<updated>2018-03-21T19:18:13Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-21T19:18:13Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=61a988036bd3f0d43f7d55bfa43f5f05bec978c4'/>
<id>urn:sha1:61a988036bd3f0d43f7d55bfa43f5f05bec978c4</id>
<content type='text'>
* Troubleshooting.
</content>
</entry>
<entry>
<title>examples: encryption</title>
<updated>2018-03-21T19:05:10Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-21T19:05:10Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=7ddff71908a85111c8e0da41312197b3b1a77da6'/>
<id>urn:sha1:7ddff71908a85111c8e0da41312197b3b1a77da6</id>
<content type='text'>
* Fixed two incorrect Context() objects.
</content>
</entry>
</feed>
