Re: scdaemon lockup with Yubikey NEO

2015-12-01 Thread NIIBE Yutaka
On 2015-12-01 at 11:55 +0100, the...@otpme.org wrote: > There is just one gpg-agent + scdaemon. OK. > Do you keep the first SSH session open when re-plugging the yubikey? I don't use Yubikey.  I use OpenPGPcard with card reader and Gnuk Token.  If you think your problem is Yubikey specific, it w

Re: Provide user PIN to gpg-agent?

2015-12-01 Thread NIIBE Yutaka
On 12/01/2015 10:50 PM, Harbord Jonathan-EURITEC wrote: > Is it possible to pass the user PIN of a smartcard to gpg-agent in a command? > > I'd like to stop the pinentry program appearing for an automated system. Please note that I don't have any experience like that, and I don't generally recomm

Re: New FAQ items

2015-12-01 Thread Kristian Fiskerstrand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 12/01/2015 09:47 PM, Robert J. Hansen wrote: > 1. A new user contacted me via email to point out there was no > FAQ entry about whether there's anything to be done about a lost > passphrase. I added a FAQ entry for this, with text that > basica

Re: New FAQ items

2015-12-01 Thread Robert J. Hansen
> I've hard of a few users with good experiences using it... Good enough for me. I'll adjust the language and submit a revision to the list for review. signature.asc Description: OpenPGP digital signature ___ Gnupg-users mailing list Gnupg-users@gnup

Re: New FAQ items

2015-12-01 Thread Kristian Fiskerstrand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 12/01/2015 10:01 PM, Robert J. Hansen wrote: >> Would a reference to nasty[0] or other tools to aid such >> brute-force attacks be useful in this context? > > I thought about it but decided against it. I've never heard of > someone successfully

Re: New FAQ items

2015-12-01 Thread Robert J. Hansen
> Would a reference to nasty[0] or other tools to aid such brute-force > attacks be useful in this context? I thought about it but decided against it. I've never heard of someone successfully using nasty to recover their passphrase. I hate to recommend a tool where I can't point to a single user

Re: Malware detected

2015-12-01 Thread Robert J. Hansen
> I downloaded gpupg for windows, during the installation Webroot Endpoint > Protection reported that GSPAWN-WIN32-HELPER.EXE was infected with > W32.Malware.Gen and was blocked.. has the source code been infected or > is this some kind of false detection? I'd be happy to look into this for you, b

Re: Insecure memory message on PC-BSD

2015-12-01 Thread Robert J. Hansen
> Hey Everyone, Hey, Anthony. Sorry for the long-delayed response: I'm just now crawling out from beneath my backlog. > I'm using PC-BSD 10.2 and I get the message "using insecure memory!" > when I type gpg2 at the terminal. Is this a major issue or is it > something I can (usually) ignore? Is t

New FAQ items

2015-12-01 Thread Robert J. Hansen
1. A new user contacted me via email to point out there was no FAQ entry about whether there's anything to be done about a lost passphrase. I added a FAQ entry for this, with text that basically amounted to "if you truly can't remember your passphrase then we can't help you, revok

Re: problems decrypting ASCII-armored file

2015-12-01 Thread Robert J. Hansen
> It's the same thing. One is just a different encoding of the other. Ah, I read it as being straight-up hex, not a code point. Thank you. :) ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Provide user PIN to gpg-agent?

2015-12-01 Thread Harbord Jonathan-EURITEC
Is it possible to pass the user PIN of a smartcard to gpg-agent in a command? I'd like to stop the pinentry program appearing for an automated system. ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-user

gpg-agent protocol

2015-12-01 Thread Dubravszky József
Hello, Before I do any coding or trials I would like to clear some GPG4Win questions. Atsuhiko Yamanaka made an excellent Eclipse SSH agent plugin (https://github.com/ymnk/jsch-agent-proxy) to proxy SSH agents to Eclipse subsystems. Currently it supports ssh-agent on Linux and Pageant on Windows

Re: problems decrypting ASCII-armored file

2015-12-01 Thread Andrew Gallagher
On 01/12/15 12:09, Werner Koch wrote: > On Tue, 1 Dec 2015 09:41, andr...@andrewg.com said: > >> point is identical no matter which encoding is being used. The only >> time you would see the raw utf-8 bytes would be if the software was >> Unicode-incapable or if the locale was set incorrectly, le

Re: problems decrypting ASCII-armored file

2015-12-01 Thread Werner Koch
On Tue, 1 Dec 2015 09:41, andr...@andrewg.com said: > point is identical no matter which encoding is being used. The only > time you would see the raw utf-8 bytes would be if the software was > Unicode-incapable or if the locale was set incorrectly, leading it to > be interpreted as a sequence of

Re: Malware detected

2015-12-01 Thread Jay Barker
I would suggest you check the SHA1 or SHA256 checksum for the exe you downloaded, the checksums are provided in this release note from the developers: http://lists.wald.intevation.org/pipermail/gpg4win-announce/2015-November/67.html On 30 November 2015 at 22:34, Dale Sander wrote: > I downl

Re: scdaemon lockup with Yubikey NEO

2015-12-01 Thread the2nd
There is just one gpg-agent + scdaemon. Do you keep the first SSH session open when re-plugging the yubikey? If i close the first session do problem does not occur. On 2015-12-01 05:16, NIIBE Yutaka wrote: On 12/01/2015 08:19 AM, the...@otpme.org wrote: So are any devs reading on this list? T

Re: Why gpg 2.1.9 cannot export secret key without passphrase?

2015-12-01 Thread Peter Lebbing
On 30/11/15 23:54, Andrey Utkin wrote: > Could you please direct me to exact S2K-stuff modes for exporting it > which would be compliant with earlier GnuPG branches 1.4 and 2.0? > [...] > But for unattended processing cases, I'd like a mode that makes utils > skip all passphrase entry prompts. I g

Re: problems decrypting ASCII-armored file

2015-12-01 Thread Ryan Hoffman
That worked! Deleting that one character made the difference. Thanks! Ryan On Mon, Nov 30, 2015 at 2:41 PM, Andrew Gallagher wrote: > > > > Here's the file's header as viewed with "less" (the starting > non-printing character is suspicious): > > -BEGIN PGP MESSAGE- > > That's a Unicode b

Re: problems decrypting ASCII-armored file

2015-12-01 Thread Andrew Gallagher
>> On 11/30/15 5:41 PM, Andrew Gallagher wrote: >> That's a Unicode byte order mark. Strictly, it should only be used in >> UTF-16 documents but in the real world it's commonly used to mark any >> Unicode file > > It's a UTF-16BE BOM, you mean. The UTF-8 BOM is 0xEF 0xBB 0xBF. > > It's a li