-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi
On Friday 24 July 2015 at 1:06:50 PM, in
, Tobias Mueller wrote:
> Hi.
> On Thu, Jul 23, 2015 at 03:35:09PM -0400, F Rafi wrote:
>> Does anyone use a GPG library to embed file encryption processes within
>> python code? Which libraries do you
Hi.
On Thu, Jul 23, 2015 at 03:35:09PM -0400, F Rafi wrote:
> Does anyone use a GPG library to embed file encryption processes within
> python code? Which libraries do you use? Any recommendations?
As far as I understand, the GPGME-based pygpgme is the
embraced library: https://launchpad.net/pygpg
There appears to be two main forks of the wrapper. I'm not sure on
what the differences are, but they appear to be pretty well
maintained. I'd recommend using one of these wrappers.
https://bitbucket.org/vinay.sajip/python-gnupg
(what runs https://pythonhosted.org/python-gnupg/)
https://github.co
Does anyone use a GPG library to embed file encryption processes within
python code? Which libraries do you use? Any recommendations?
We looked at the ones below which are basically wrappers for the GnuPG
library.
http://pythonhosted.org/gnupg/
https://pythonhosted.org/python-gnupg/index.html
htt