Re: Does GPG Ever Store RSA Secret Keys On The Disk In Plain?

2020-12-21 Thread Werner Koch via Gnupg-users
On Mon, 21 Dec 2020 18:47, Novak Boškov said: > So, the two subsequent exports are supposed to give me my private key > encrypted with two different AES keys (same passphrase + a different salt)? Right: First packet of the first export: # off=0 ctb=95 tag=5 hlen=3 plen=1414 :secret key packet:

Re: Does GPG Ever Store RSA Secret Keys On The Disk In Plain?

2020-12-21 Thread Novak Boškov
It is gpg version 2.2.4 with libgcrypt 1.8.1. So, the two subsequent exports are supposed to give me my private key encrypted with two different AES keys (same passphrase + a different salt)? How does transferring the keys to a different machine is supposed to work then? On 12/21/20 5:42 PM, Wern

Re: Does GPG Ever Store RSA Secret Keys On The Disk In Plain?

2020-12-21 Thread Werner Koch via Gnupg-users
On Mon, 21 Dec 2020 17:12, Novak Boškov said: > First, it looks like multiple exports _do_ result in the exactly same > export data: What version of GnuPG are you using? A legacy 1.4 version or, worse, the unmaintained 2.0 version? Shalom-Salam, Werner -- Die Gedanken sind frei. Ausnahm

Re: Does GPG Ever Store RSA Secret Keys On The Disk In Plain?

2020-12-21 Thread Novak Boškov
I am not sure that I follow. First, it looks like multiple exports _do_ result in the exactly same export data: > $ FIRST=$(gpg --export-secret-keys --armor ) > $ SECOND=$(gpg --export-secret-keys --armor ) > $ if [ "$FIRST" == "$SECOND" ]; then echo "Outputs are equal"; fi > $ Outputs are equal

[Announce] GnuPG 2.2.26 released

2020-12-21 Thread Werner Koch via Gnupg-users
Hello! We are pleased to announce the availability of a new GnuPG release: version 2.2.26. This is a maintenance release improving support for LDAP keyservers and enterprise use. What is GnuPG = The GNU Privacy Guard (GnuPG, GPG) is a complete and free implementation of the OpenPGP

Forget it, user error (was: Re: pinentry-{qt,gtk2,gnome3} stopped working pinentry-fltk works, why?)

2020-12-21 Thread Gregor Zattler via Gnupg-users
Dear gnupg users, the pinetry-qt window now shows up again, behind other windows... Sorry for the noise, Gregor * Gregor Zattler [21. Dez. 2020]: > Dear gnupg users, since Friday pinentry-{qt,gtk2,gnome3} > stopped working. When I want to decrypt some .gpg file, no dialog > appears and gpg-age

pinentry-{qt,gtk2,gnome3} stopped working pinentry-fltk works, why?

2020-12-21 Thread Gregor Zattler via Gnupg-users
Dear gnupg users, since Friday pinentry-{qt,gtk2,gnome3} stopped working. When I want to decrypt some .gpg file, no dialog appears and gpg-agent times out. Luckily pinentry-curses and pinentry-fltk still do work. This is on a debian buster system with gpg* packages from backports, pinentry* pack