-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gpg: decryption failed: No secret key #179
Comments
What version of On OSX currently we can only support the GPG-tools version unfortunately. Since the other versions don't support graphical passphrase or pinentry on OSX. |
The not asking password later on is caused by the gpg-agent keeping the session open. |
I installed my gpg agent by running
And also unde QtPass > Config > Progrmas, the unselected "Native git/gpg" option is pointing to |
Unfortunately the homebrew version doesn't have a graphical passphrase or pinentry option as far as I know. |
Ok, thank you for your reply. Would you mind to give me some details instructions of how to re-installed it then. I'm just starting to use password storage and QtPass, so I don't mind to throw to the garbage all that I have so far. Thanks. |
The only tested GPG version is https://gpgtools.org/ It should just cooperate with the homebrew one as-well . . but it has a graphical pinentry set-up. Please let me know if that works . . |
No luck. Right after installed it I changed the Config/Program/gpg
I assumed that it was because it was created with gpg2 so I deleted everything and tried to create a new one. The process went ok, and after I hit "generate" for the password and save it, GPG Keychain automatically opened and there is nothing obvious to do over there, the only thing I see is 2 listed keys (mine and gpgtools team). I still confused how passwordstorage and qtpass are going to work together if qtpass use gpg and passwordstorage is using gpg2. |
GPG is just an algorithm. Passwordstore and QtPass both use gpg2. Opening the entries with the Keychain app is not going to work. GPG is a miraculous ecosystem and unfortunately not very easy to get into. |
Hehe... my fault then. I did set Thank you so much for your support Annejan. |
Awesome, feel free to participate in any of the other issues or open another one if you have any issues. |
Here are the details about my environment:
I have noticed that when I open QtPass and I try to get a password I received the following error:
However, if I go to the console and copy a password and properly insert my master password, then I can re-open QtPass and all my password are accessible, not only that but it doesn't ask me for a master password anymore.
Can somebody help me to solve this? It would be nice if I just insert my master password on QtPass when I open the program or when I try to access to a password, and not have to go to the console for this.
Thank you.
The text was updated successfully, but these errors were encountered: