Hi all,
I've just noticed that the 'toggle' command in gpg 2.1.5/6 on Windows doesn't
switch key display. It still seems to switch the keys, since I moved my
authentication private key to a smartcard successfully.
Thank you,
--
Marko
___
Gnupg-users
Hello,
I'm running Fedora 22. I'm trying to setup GnuPG to have my SSH
connections authenticated using my PGP authentication subkey that is
located on my Yubikey Neo.
I have a systemd unit starting the gpg-agent as following:
/usr/bin/gpg-agent --homedir=%h/.gnupg --daemon --use-standard-so
Hello,
We currently use Gnupg 1.4.10 as part of our interactions with an online
mailbox system. We are able to successfully encrypt our data files but we
haven't been able to find the combination of options that will let us decrypt
files that we receive - so we've used a different product for t
Hello,
We currently use Gnupg 1.4.10 as part of our interactions with an online
mailbox system. We are able to successfully encrypt our data files but we
haven't been able to find the combination of options that will let us decrypt
files that we receive - so we've used a different product for t
This is a snippet of the script I use to decrypt any file coming to me that has
my private key (or my companies private key)
$DFLT gpg_pass2 \
| gpg --homedir $homedir --quiet --passphrase-fd 0 --no-tty --skip-verify \
--no-permission-warning --no-mdc-warning --batch \
--outp
I know this list doesn't deal with PGP, but since no else does either
any more, it seems like the best place to start.
I'm very interested in the history of cryptographic implementations. I
recently noticed that John Young of Cryptome uses PGP 2.6.1, which
struck me as odd. He's an old-timer, so I
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
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
> I know this list doesn't deal with PGP, but since no else does either
> any more, it seems like the best place to start.
Old versions of PGP were at least FOSS-friendly, if not FOSS themselves,
so it's probably safe to discuss it here. :)
> Do people (other than John Young) still use PGP? Why