setting up decryption in an automated environment

2019-03-05 Thread gpirlot
Hi all I'm rather new with gpg, and would like to setup and automated decryption of incoming files into a specific directory. In the previous version the parameter -passphrase did the trick (although not the most secured) but it isn't working anymore. I've ha a try with the 8.20 in the

Re: Invalid IPC Response requiring gpg-agent restart

2019-03-05 Thread Werner Koch
On Sun, 3 Mar 2019 21:51, gnupg-users@gnupg.org said: > $ echo test | gpg -a --sign > gpg: signing failed: Invalid IPC response Please run $ echo test | gpg -a --sign --verbose --debug ipc to see the communication with the gpg-agent. The rrror message reminds me of the time when gnome-keyr

Re: OPENPGPKEY on DANE

2019-03-05 Thread Werner Koch
On Mon, 4 Mar 2019 13:41, gnupg-users@gnupg.org said: > --auto-key-loacate clear, dane, local --locate-key -v em...@adress.com Do not put spaces between the a-k-l parameters. "dane' would be considered as first argeument and gpg tries to do something with that. There should be a warning. gpg -

Re: setting up decryption in an automated environment

2019-03-05 Thread Werner Koch
On Tue, 5 Mar 2019 10:05, gpir...@manymore.fr said: > In the previous version the parameter -passphrase did the trick (although > not the most secured) but it isn't working anymore. Given that it is an unattended environment, a passphrase to protect the private key does not make any sense (in mo

PGP Anonymous Board Idea

2019-03-05 Thread Farhan Khan via Gnupg-users
Hi all, I had an idea for an anonymous PGP messaging board system and wanted to get feedback on it or know if this idea has already been done. In short, this would be an anonymous messaging system where you can post encrypted messages. Anyone can access the encrypted message but obviously only th

Re: PGP Anonymous Board Idea

2019-03-05 Thread Stefan Claas
Am Tue, 5 Mar 2019 14:39:37 -0500 schrieb Farhan Khan via Gnupg-users : Hi, > Hi all, > > I had an idea for an anonymous PGP messaging board system and wanted > to get feedback on it or know if this idea has already been done. > > In short, this would be an anonymous messaging system where you

Re: PGP Anonymous Board Idea

2019-03-05 Thread Stefan Claas
Am Tue, 5 Mar 2019 21:01:57 +0100 schrieb Stefan Claas : > Solution 2 is use Bitmessage ... Solution 3 is to check out ZeroNet (via Tor), where people can also host their own message boards etc. Regards Stefan ___ Gnupg-users mailing list Gnupg-users@

Re: PGP Anonymous Board Idea

2019-03-05 Thread Francesco Ariis
Hello Farhan, On Tue, Mar 05, 2019 at 02:39:37PM -0500, Farhan Khan via Gnupg-users wrote: > I had an idea for an anonymous PGP messaging board system and wanted to get > feedback on it or know if this idea has already been done. > > In short, this would be an anonymous messaging system where you

Re: OPENPGPKEY on DANE

2019-03-05 Thread Ralf Fechner via Gnupg-users
Here is the comparison between Ubuntu and MacOS X Is the current Ubuntu version 18.04.1 LTS gpg --version shows gpg (GnuPG) 2.2.4 libgcrypt 1.8.1 gpg —auto-key- locate clear, dane, local —locate-key -v i...@rfechner.de gpg: using pgp trust model gpg: error retrieving 'i...@rfechner.de' via DANE

Re: OPENPGPKEY on DANE

2019-03-05 Thread Ralf Fechner via Gnupg-users
Hi Werner, gpg --version shows gpg (GnuPG) 2.2.4 libgcrypt 1.8.1 Is the current Ubuntu version 18.04.1 LTS Am Di., 5. März 2019 um 18:10 Uhr schrieb Werner Koch : > On Mon, 4 Mar 2019 13:41, gnupg-users@gnupg.org said: > > > --auto-key-loacate clear, dane, local --locate-key -v em...@adress.co

Re: PGP Anonymous Board Idea

2019-03-05 Thread Stefan Claas
Am Tue, 5 Mar 2019 16:53:30 -0500 schrieb Farhan Khan : > My issue with Usenet is two fold: > A. The post metadata of the sender is preserved in Usenet. > B. It is not easily searchable or filterable. However, the subject > hash idea is pretty interesting. Well, about the metadata, there is no me

Re: PGP Anonymous Board Idea

2019-03-05 Thread Stefan Claas
Am Wed, 6 Mar 2019 00:00:31 +0100 schrieb Stefan Claas : > You can read more about hsubs here: > > http://mixnym.net/hsub.html And to fetch hsub messages from alt.anonymous.messages: https://github.com/crooks/aam2mail Regards Stefan ___ Gnupg-users

Re: OPENPGPKEY on DANE

2019-03-05 Thread Ralf Fechner via Gnupg-users
Sorry there were again the spaces in it. Of course I use the same command under Ubuntu and MacOS X. gpg —auto-key-locate clear,dane,local —locate-key -v i...@rfechner.de Am Di., 5. März 2019 um 18:10 Uhr schrieb Werner Koch : > On Mon, 4 Mar 2019 13:41, gnupg-users@gnupg.org said: > > > --auto-

Re: OPENPGPKEY on DANE

2019-03-05 Thread Werner Koch
On Tue, 5 Mar 2019 23:43, gnupg-users@gnupg.org said: > gpg: error retrieving 'i...@rfechner.de' via DANE: Not found > gpg: error retrieving 'i...@rfechner.de' via Local: No public key Okay, you need to look into the actual DNS requests. Please add --8<---cut here---sta