ayushnix / pass-coffin

A password store extension to hide data inside a signed and encrypted coffin
GNU General Public License v3.0
41 stars 3 forks source link

clear cached password in gpg-agent #5

Closed ayushnix closed 2 years ago

ayushnix commented 2 years ago

If the password is cached in gpg-agent, doing pass close is potentially useless because pass open will just open it up without asking for a password.

This should be the default behavior and should get disabled using an arg.

ayushnix commented 2 years ago

fixed in a62fbc8