Werner Koch wrote:
On Mon, 11 Sep 2023 22:29, Jacob Bachmeyer said:
So using threads to compute a blinded RSA operation would just about
recover the computational cost of blinding the calculation? How would
No. I gave this as an example where you could else see on how to speed
up th
On Mon, 11 Sep 2023 22:29, Jacob Bachmeyer said:
> So using threads to compute a blinded RSA operation would just about
> recover the computational cost of blinding the calculation? How would
No. I gave this as an example where you could else see on how to speed
up things. For example if you d
Hi,
so everthing looks okay. What I would now do is to strace pinentry;
Here is a wpinentry wrapper I have used in the past.
--8<---cut here---start->8---
#!/bin/sh
MYPINENTRY="/usr/local/bin/pinentry-qt"
locale >/tmp/pinentry.err
set >>/tmp/pinentry.err
exe
Am Mittwoch 30 August 2023 16:32:26 schrieb Gilberto F da Silva via
Gnupg-users:
> It is getting harder and harder to use GnuPG with email as webmail
> is used more and more.
https://mailvelope.com
https://github.com/mailvelope/mailvelope
enables OpenPGP in webmail
and if the webmail
Am Freitag 08 September 2023 15:40:43 schrieb Alexander Leidinger via
Gnupg-users:
> > You clicked on CANCEL or closed the window.
>
> No prompt at all in the console / ssh connection (and no graphics, so
> nothing to click on). So no manual cancelling from me.
There used to be pinentries issues
Am Freitag 25 August 2023 18:37:15 schrieb xyz938 via Gnupg-users:
> Where do I change in the code to create a 32764 bit key?
Look where the --enable-large-rsa is implemented in the code,
see https://wiki.gnupg.org/LargeKeys for some discussion why using
a large RSA keypair is a bad idea.
Bernhar
Hi Carsten,
On Sonntag, 10. September 2023 20:56:44 CEST Carsten Grohmann via Gnupg-users
wrote:
> Is this an expected behaviour? Can I control it?
if you mean by truncated shadowed, then it is this bug:
https://dev.gnupg.org/T6386
It will fixed for the 2.2 branch in 2.2.42
The bug does not oc