Feature #10319
Research technical possibilities for OpenPGP verification in Python
Start date:
2015-09-30
Due date:
% Done:
0%
Description
https://wiki.python.org/moin/GnuPrivacyGuard
There are several principle ways to access GnuPG functions from Python: 1. use
the official GPGME library or do something more low level like 2. run the gpg
commands and pipe to them. The GnuPG initiative recommends using GPGME because
it provides a documented API.
Verify if the solution would also work in Windows as we plan toport the installer to this platform.
Subtasks
History
#1 Updated by Anonymous 2015-09-30 12:16:42
- Parent task set to
Feature #10315
#2 Updated by bertagaz 2015-10-01 05:45:11
Alan might help in this area, I remember him researching that for the Whisperback code. I suppose it would make sense to use the same kind of code he did for it.
#3 Updated by intrigeri 2015-10-01 07:35:41
See Feature #7894, https://tails.boum.org/blueprint/python3/ and https://bugs.debian.org/754120 :)
#4 Updated by intrigeri 2015-10-03 04:03:26
- Subject changed from Research technical possibilities for GPG verification in Python to Research technical possibilities for OpenPGP verification in Python
#5 Updated by intrigeri 2015-10-03 04:05:06
- Status changed from New to Confirmed
#6 Updated by sajolida 2018-04-18 17:15:50
- Status changed from Confirmed to Rejected