Re: Public vs Private Fingerprint

2018-08-14 Thread Ralph Corderoy
Hi Damien, > Actually there's no such thing as a private key fingerprint. > Fingerprints are only calculated on public keys. That was my conclusion after having searched a bit this morning, but I didn't notice it explicitly documented? -- Cheers, Ralph. https://plus.google.com/+RalphCorderoy _

Re: Upgrading 2.0.20 to 2.2.24

2018-06-17 Thread Ralph Corderoy
Hi Felix, > gpg -e dest -r fe...@crowfix.com ... > gpg: encrypted with 2048-bit ELG key, ID 18DCDD20A3362105, created > -mm-dd > "Felix Finch (Scarecrow Repairman) " > gpg: decryption failed: No secret key The key for recipient fe...@crowfix.com that was used to encrypt

Re: Silencing MDC Warning with gnupg 2.2.8.

2018-06-15 Thread Ralph Corderoy
Hi Werner, > > remove the MDC warning from stderr, allowing the rest of stderr's > > content to pass? Downstream of this command is unhappy otherwise. > > Why do you need stderr at all? These are diagnositics for human > consumption. But stderr shouldn't be ignored. Perhaps something unexpecte

Silencing MDC Warning with gnupg 2.2.8.

2018-06-14 Thread Ralph Corderoy
Hi, With the arrival of gnupg 2.2.8-1 on Arch Linux this command applied to members of an archive of files on read-only media fails because they old enough not to have Modification Detection Codes. gpg -q --batch --no-mdc-warning -d --passphrase-fd 0 foo.gpg I see that --ignore-mdc-error dow

Re: OT: FAQ and GNU

2017-10-12 Thread Ralph Corderoy
Hi Mario, > > You snipped the bit where I said "Linux" has two meanings in the > > English language depending on context. > > In the previous message you said “"Linux" can be the kernel or a > distro.”. "Linux" can be the kernel or a distro. Context makes this clear in the majority of ca

Re: FAQ and GNU

2017-10-10 Thread Ralph Corderoy
Hi Mario, > Your argument is self-defeating. There is no reason to single Linux. > It is just another of thousands of programs without which a computer > would be useless exactly as the others you mentioned. You snipped the bit where I said "Linux" has two meanings in the English language dependi

Re: FAQ and GNU

2017-10-10 Thread Ralph Corderoy
Hi Mario, > the argument that GNU PG can be used on Linux Please note, it's "GnuPG". That's the project name. If you wish to acknowledge that it's a GNU project then it's GNU GnuPG. :-) -- Cheers, Ralph. https://plus.google.com/+RalphCorderoy ___

Re: FAQ and GNU

2017-10-10 Thread Ralph Corderoy
Hi Robert, > A request has been made that each instance of "Linux" in the FAQ be > replaced with "GNU/Linux". I thought this zealotry had fizzled out about 2013. :-) > However, in order to make sure that the FAQ reflects the community's > wishes, I'm submitting the proposal here for community f

Re: Simple program to get sha256 hash

2017-03-17 Thread Ralph Corderoy
Hi Paolo, > $ gcc -o ssha ./hash.cpp -lgcrypt > $ ./ssha blablabla > a6898dd93b4c6a87e978aea8547fdc3901b7b94d96636e03d5a6194f4491c571 You're feeding it nine bytes here. > $ sha256sum <<< 'blablabla' > a5edca3a5b8fb54ae61d236a5274626ba6a38781573e02202000158faa707191 - And ten bytes here.

Re: powertop(8) Points at gpg-agent.

2017-03-06 Thread Ralph Corderoy
Hi Werner, > > I wonder if aiming for dead on the second is a good idea. If > > everything did that then there might silence until the next second > > boundary, but many cores would wake up to work for a short time. > > I had the same concern but the folks who suggested that said that this > is t

Re: powertop(8) Points at gpg-agent.

2017-02-21 Thread Ralph Corderoy
Hi, I wrote: > > Note that gpg-agent makes sure that the tick happens on the full > > second > > Noted. Though those `-tt' times from strace above have it creeping > forward, off the second? I wonder if aiming for dead on the second is a good idea. If everything did that then there might silenc

Re: powertop(8) Points at gpg-agent.

2017-02-20 Thread Ralph Corderoy
Hi Werner, > > the forking of two siblings to have a `GETINFO pid' chat every > > minute. > > What you see are not new processes but merely two threads every > minute. Yes, sorry, I saw the clone(2) and translated to fork. > --disable-check-own-socket can be used to disable this feature. Thanks

powertop(8) Points at gpg-agent.

2017-02-17 Thread Ralph Corderoy
Hi, gnupg 2.1.18-1 on Arch Linux. I noticed powertop ranking the gpg-agents, one per user, quite highly, and their impact is multiplied by their number. strace(1) showed the two-second select(2) timing out with no syscalls in between, and the forking of two siblings to have a `GETINFO pid' chat

Re: Key Used to Lookup Symmetric Passphrase.

2017-02-04 Thread Ralph Corderoy
Hi, I wrote: > What's the key being used to look up the symmetric passphrase? Is it > something random stored in *.gpg and thus survives the rename? So I used `gpg --debug-level guru -d foo.gpg' and see the GET_PASSPHRASE --data --repeat=0 -- S08635B195E745ED6 X X Enter+passphrase%0A and

Key Used to Lookup Symmetric Passphrase.

2017-02-03 Thread Ralph Corderoy
Hi, I'm using gnupg 2.1.18-1 on Arch Linux. `gpg -c foo' asks for a passphrase. I enter `p-foo' twice. For file bar it's `p-bar'. `gpg -d foo.gpg' doesn't prompt, which is good, getting the passphrase from the agent. Ditto bar.gpg. If I rename foo.gpg to xyzzy.gpg it still doesn't prompt, fi