Re: GPG4Win Advice

2017-06-09 Thread Erik Lotspeich
Hi Ian, Are you using a batch file script to automate the process? Can't the script delete the files after running the gpg command? Regards Erik On 6/8/2017 09:39, Ian A Morris wrote: > Hi All, > > > > I have been tasked with setting up a secure file transfer mechanism for > our organisatio

Behaviour of gpgsm / gpgme with multiple S/MIME certificates/keys per address (old/expired/about to expire and new)

2017-06-09 Thread Dr. Thomas Orgis
Hi, I recently got into trouble with S/MIME signing and encryption in claws-mail, which uses gpgme. My old (first) S/MIME certificate is about to expire, so I got a new one. I added the new one to gpgsm's keystore. But after that, claws-mail as well as gpgsm complain about the keys being ambiguous

Re: TOFU

2017-06-09 Thread Stefan Claas
On 07.06.17 14:24, Peter Lebbing wrote: > On 07/06/17 13:49, Stefan Claas wrote: >> In Enigmail with the blue and green bar (without showing statistics) it >> would simply mean >> that it switches from green to blue, right? > Not necessarily! > I have one more question if you don't mind. One of my

Re: Key management for archives

2017-06-09 Thread NdK
Il 09/06/2017 08:24, Werner Koch ha scritto: > ( gpg --status-fd 1 --show-session-key --max-output 1 \ > -o /dev/null 2>/dev/null FILE || true ) \ >| awk '$1=="[GNUPG:]" && $2=="SESSION_KEY" {print $3}' > The output can then be used with --override-session-key Tks! That's exactly what I