Re: Ask for passphrase once, but require confirmation each time a key is used?

2020-11-21 Thread dalz via Gnupg-users
Thanks, that could be an option - but not a cheap one it seems. I'm also considering writing a pinentry program that does what I want, however the last attempt ended in nothing but frustration... -- dalz ___ Gnupg-users mailing list Gnupg-users@gnupg.or

Re: Ask for passphrase once, but require confirmation each time a key is used?

2020-11-21 Thread Franck Routier (perso)
You could use a Yubikey: correctly configured, it will required you to touch the yubikey capacitor button to allow the use of the gpg key (once the passphrade is cached of course) Franck Le jeudi 19 novembre 2020 à 22:08 +0100, dalz via Gnupg-users a écrit : > The motivation is that I'd like to

Re: Ask for passphrase once, but require confirmation each time a key is used?

2020-11-20 Thread dalz via Gnupg-users
I do use a password manager (https://www.passwordstore.org/), but it stores passwords in pgp-encrypted files - I'd have to insert the passphrase to get the passphrase :) -- dalz ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/m

Re: Ask for passphrase once, but require confirmation each time a key is used?

2020-11-19 Thread MFPA via Gnupg-users
Hi On Thursday 19 November 2020 at 9:08:25 PM, in , dalz via Gnupg-users wrote:- > I could configure gpg-agent to not cache the > key and ask for the > passphrase each time, but that is very annoying with > a long passphrase If you use a password manager, the length of your passphrase doesn't

Ask for passphrase once, but require confirmation each time a key is used?

2020-11-19 Thread dalz via Gnupg-users
The motivation is that I'd like to know when something wants to decrypt a file. I could configure gpg-agent to not cache the key and ask for the passphrase each time, but that is very annoying with a long passphrase, so I was wondering if there was any other way to accomplish that. What I'm thinkin