passage icon indicating copy to clipboard operation
passage copied to clipboard

Caching passphrase for the identity file like pass

Open prateeknischal opened this issue 2 years ago • 1 comments

The pass utility caches the password to the gpg key for a while just like sudo which allows for quick subsequent decryptions without entering the password. Is there something similar which can be implemented with passage?

prateeknischal avatar Dec 17 '21 22:12 prateeknischal

pass uses gnupg, and gpg-agent is what is managing your secret keys.

The answer is maybe/eventually. https://github.com/FiloSottile/age/issues/7

chrisswanda avatar Dec 19 '21 11:12 chrisswanda