Re: Newbie question.

2020-07-11 Thread Peter Lebbing
Hi, On 11/07/2020 19:58, Ayoub Misherghi wrote: > ayoub@vboxpwfl:~/sentry/trunk$ cat ~/.gnupg/gpg.conf > batch > pinentry-mode loopback Ah yes. Those two options have no place in your gpg.conf. They are options that you might want to specify as part of the command line on occasion, but unless you

Re: Newbie question.

2020-07-11 Thread Peter Lebbing
Hi! On 10/07/2020 23:47, Ayoub Misherghi via Gnupg-users wrote: > ayoub@vboxpwfl:~/testdir$ gpg --list-secret-keys Could you do $ gpg --with-subkey-fingerprint --list-secret-keys and $ gpg --version please? And do you get a popup asking for your passphrase or is what you post all the interac

Re: Accidentally deleted ~/.gnupg/pubring.gpg

2020-07-11 Thread MFPA via Gnupg-users
Hi On Thursday 9 July 2020 at 9:19:39 AM, in , Werner Koch via Gnupg-users wrote:- > Even the fingerprint will be > different because > the creation date is part of the fingerprint > computation. If the OP just wants to decrypt previously encrypted data, wouldn't the options --try-secret-ke

Newbie question.

2020-07-11 Thread Ayoub Misherghi via Gnupg-users
What am I doing wrong: ayoub@vboxpwfl:~/testdir$ ls textfile ayoub@vboxpwfl:~/testdir$ gpg -r develop1 -o textfile.gpg -e textfile ayoub@vboxpwfl:~/testdir$ ls textfile  textfile.gpg ayoub@vboxpwfl:~/testdir$ gpg -u develop1 -o textfile.d