Re: How U2F works

2017-02-27 Thread Glenn Rempe
Just chiming in here with some comments below. I am an active U2F user and have played around with the server API's and read some of the specs. Just to be clear, not an expert on U2F. On 2/27/17 3:28 PM, NIIBE Yutaka wrote: > Hello, > > Let me ask a question about U2F. Or, more generally, possib

Re: help

2017-02-27 Thread Damien Goutte-Gattat
Hi, On 02/27/2017 04:07 PM, r...@riseup.net wrote: I'll use my master key offline. Following this guidelines: https://incenp.org/notes/2015/using-an-offline-gnupg-master-key.html I also implemented the Appelbaum's config.(Riseup Best Practices) Will it work properly if the Master Key isn't on m

How U2F works

2017-02-27 Thread NIIBE Yutaka
Hello, Let me ask a question about U2F. Or, more generally, possibility to enhance GnuPG for web authentication. While I maintain scdaemon of GnuPG and develop Gnuk (an OpenPGPcard implementation), I sometimes am asked about U2F support, these days. (I think that this is due to Yubikey.) IIUC,

help

2017-02-27 Thread rsvx
Hi, i'm configuring my gnupg using 2.1.11 I'll use my master key offline. Following this guidelines: https://incenp.org/notes/2015/using-an-offline-gnupg-master-key.html I also implemented the Appelbaum's config.(Riseup Best Practices) Will it work properly if the Master Key isn't on my mach

Problems with GPGME returning "Not Implemented" or "Configuration error"

2017-02-27 Thread Jeffrey Stedfast
Hi all, I'm working on re-implementing GMime to use libgpgme (1.8.0 on Fedora 25) instead of using my own custom logic for fork()ing/exec()ing gpg & parsing the status-fd output to do PGP encryption and I've gotten that to work just fine for PGP, but I am having trouble using nearly identical l

Re: Announcing paperbackup.py to backup keys as QR codes on paper

2017-02-27 Thread Peter Lebbing
On 27/02/17 11:50, Gerd v. Egidy wrote: > echo -n "line content to check" | md5sum | cut -c -6 Yes, that should work just as well in practice, I think. 24 bits of checksum is slightly weaker than 32, but I don't think it matters. > But I think a collision at the first 3 bytes is less likely with

Re: gpg2 on a Windows 10 Pro 64 bit machine

2017-02-27 Thread Jerry
On Mon, 27 Feb 2017 05:59:09 -0500, Jerry stated: >On Sun, 26 Feb 2017 20:56:55 -0500, Robert J. Hansen stated: <> I was just thinking that it might be nice to have a way to "LOG" the output of the program so that a user could inspect it later to see what transpired or if an error occurred. Ther

Re: gpg2 on a Windows 10 Pro 64 bit machine

2017-02-27 Thread Jerry
On Sun, 26 Feb 2017 20:56:55 -0500, Robert J. Hansen stated: >> I am not sure what that is referring to. Also, there are numerous >> keys listed as revoked or expired. Is there a anything I can run >> from the command line that will automatically remove all revoked or >> expired keys? > >Kinda-s

Re: Announcing paperbackup.py to backup keys as QR codes on paper

2017-02-27 Thread Gerd v. Egidy
Hi Peter, thank you very much for helping with paperbackup.py and sending your python code. > > Ideally it is a tool or combination of tools already deployed widely, like > > sed and sort I used in paperrestore. This would make the checksums still > > usable even when the source to paperbackup.p