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.01k stars 158 forks source link

Qtpass - not asking for password #585

Closed asathoor closed 12 months ago

asathoor commented 2 years ago

Describe the bug After logging in Qtpass will present the password right away

To Reproduce Steps to reproduce the behavior:

  1. Log in Linux / Gnome
  2. Open QTPass
  3. Click on a password
  4. Now you can have the password
  5. (does not seem secure)

Expected behavior I expected to be asked a password as soon as I want to acces one of the passwords.

Desktop (please complete the following information):

OS: Ubuntu 21.10 x86_64 Kernel: 5.13.0-28-generic Shell: zsh 5.8 Resolution: 1920x1080 DE: GNOME 40.5 WM: Mutter WM Theme: Adwaita Theme: Yaru [GTK2/3] Icons: Yaru [GTK2/3] Terminal: gnome-terminal CPU: Intel i3-6100 (4) @ 3.700GHz GPU: Intel HD Graphics 530 Memory: 2710MiB / 15443MiB

annejan commented 2 years ago

That is only the case when there is no passphrase set for your GPG key.

When creating a GPG keypair you should setup a passphrase or elect not to use one, it seems you chose to not have a passphrase on your GPG key.

Yes, this should be better worded in the "first use" documentation.

asathoor commented 2 years ago

Thanx - could you please give me a hint of how to do that?

annejan commented 2 years ago

I think this tutorial should help https://www.cyberciti.biz/faq/linux-unix-gpg-change-passphrase-command/

asathoor commented 2 years ago

Thanx, I'll try it