GNOME Bugzilla – Bug 108304
no passphrase caching
Last modified: 2004-12-22 21:47:04 UTC
Should offer the option to cache a passphrase for the session. Seems as if this would require a hash table in SeahorseContext, but should look at how Evolution does it. Security is also a worry, but anyone using that option should know that it is not as secure. Perhaps there should also be a preferences button to clear the cache.
Having this is nice, but a red herring too. This can be a path for an attack based on making the app coredump and checking that file. I'm sure you know it, but I only wanted to leave this written. You're making a nice job. :-)
That's a problem with any caching of GPG passwords, or entering on the computer in general. Basically that's a decision made by the user. I guess they should be properly informed. Maybe the first time it gets cached.
Seahorse agent checked in. Fixes this problem.