GNU bug report logs - #7130
24.0.50; EPA queries twice and doesn't cache passwords when decrypting files

Previous Next

Package: emacs;

Reported by: Tassilo Horn <tassilo <at> member.fsf.org>

Date: Wed, 29 Sep 2010 07:31:01 UTC

Severity: normal

Tags: notabug

Found in version 24.0.50

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Daiki Ueno <ueno <at> unixuser.org>
To: Tassilo Horn <tassilo <at> member.fsf.org>
Cc: 7130 <at> debbugs.gnu.org
Subject: bug#7130: 24.0.50; EPA queries twice and doesn't cache passwords when decrypting files
Date: Sat, 02 Oct 2010 09:23:32 +0900
Tassilo Horn <tassilo <at> member.fsf.org> writes:

>> If you see your password is cached, that is probably because of my
>> hack in gpg-agent:
>>
>> http://lists.gnupg.org/pipermail/gnupg-devel/2009-May/025045.html
>
> Hm, passwords aren't cached in neither with nor without symlink.  So I
> guess that patch is not in my gnupg version.

FWIW, it has been available since gnupg-2.0.13 and I confirmed it with
Debian package based on 2.0.14.  You can try it with:

$ echo aaa > test.txt
$ gpg2 --symmetric test.txt # will ask password twice
$ pkill -HUP gpg-agent      # clear the password cache
$ gpg2 < test.txt.gpg       # will ask password
$ gpg2 < test.txt.gpg       # won't ask password

I personally think this feature safer than caching passwords in elisp.

Regards,
-- 
Daiki Ueno




This bug report was last modified 14 years and 233 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.