end-of-life for libgcrypt 1.5.x

2015-12-15 Thread Erkan Yilmaz
Hello, is this info (1), from 2014 August, still valid ? Thank you, Erkan (1) "Declare 2016-12-31 as end-of-life for 1.5." https://lists.gnupg.org/pipermail/gnupg-announce/2014q3/000351.html ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lis

Re: Can I pass the password from the command line?

2015-12-15 Thread Mario Castelán Castro
El 15/12/15 a las 17:21, Anthony Papillion escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 12/15/2015 5:07 PM, Andrew Gallagher wrote: On 15 Dec 2015, at 22:58, Anthony Papillion wrote: I'd like to script encryption and decryption from the command line. Is there a way to pass t

RE: Can I pass the password from the command line?

2015-12-15 Thread Steve Butler
There is under 1.4. Don't know if it is in v2. I'm not at my desk to pop the script open. But you could pipe the passphrase via stain and tell gpg to grab it from there. Be careful as that still leaves it in the clear to those reading your script. Potential local users could also see it

Re: Can I pass the password from the command line?

2015-12-15 Thread Anthony Papillion
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 12/15/2015 5:07 PM, Andrew Gallagher wrote: > >> On 15 Dec 2015, at 22:58, Anthony Papillion >> wrote: >> >> I'd like to script encryption and decryption from the command >> line. Is there a way to pass the encryption passphrase to GnuPG >> fro

Re: Can I pass the password from the command line?

2015-12-15 Thread Andrew Gallagher
> On 15 Dec 2015, at 22:58, Anthony Papillion wrote: > > I'd like to script encryption and decryption from the command line. Is > there a way to pass the encryption passphrase to GnuPG from the > command line. I don't think there is a password parameter, and I'd strongly recommend not doing i

Can I pass the password from the command line?

2015-12-15 Thread Anthony Papillion
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I'd like to script encryption and decryption from the command line. Is there a way to pass the encryption passphrase to GnuPG from the command line. For example: gpg2 --encrypt --recipient --passphrase anth...@cajuntechie.org SomePassphrase FileIWan

Re: Tor Support for SKSkeyservers in 2.1

2015-12-15 Thread Werner Koch
On Mon, 14 Dec 2015 06:20, bober_...@riseup.net said: > keyserver-options http-proxy=socks5-hostname://127.0.0.1:9050 A http proxy is not a socks proxy. These are different concepts. Tor is implemented as a socks proxy and GnuPG before version 2.1.10 has no support for this. See Malte's mails