IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

Secret key adding to the key chain #455

Open FloatingLizard opened 5 years ago

FloatingLizard commented 5 years ago

A setting that allows the user to save the secret paraphrase is saving automatically to the key chain on MACOS Sierra. That means that we have to uncheck every time we enter the password, and if we forgot to uncheck the box. We have to delete the password from the key chain.

annejan commented 5 years ago

This is something that has to be done in the GPG-agent layer . .

Parking this issue for now.