Closed eloydegen closed 4 years ago
Since QtPass is just a GUI client for the pass ecosystem, this is by design. Why should the client make it harder to use pass instead of easier?
The exact same thing happens when you install passmenu, passff, upass or any other client from https://www.passwordstore.org/#other
With regard to other clients, as far as I know installing Keepass and KeepassX will list your passwords in either client too . .
I just checked KeepassX, it hides your password by default while there is a button next to it to make it one time visible. This feature would make it by default more secure against shoulder surfing. This is not really a problem with very long randomly generated passwords, but quite less with passphrases. Thankfully, there is already an option to hide them, but I think it should be the default.
If this would be set to the default, I think QtPass also need a button because otherwise you would have to copy the password to another application to make it actually visible.
Ahhh . . Yes . . we have that option Might be smart to make it a default (and add the show button)
Wizard now has: ui->checkBoxHidePassword->setCheckState(Qt::Checked);
NB: This only works with a clean install (default) of course 😉
But this is there for you when you enable ☑️ Hide Password
After I installed QtPass, the passwords from my already existing
pass
store are visible by default. I'm not sure if this is an intentional choice or a bug, but I don't think there are any other popular password managers who have this behavior. I think the default setting should be changed to hide them by default. Any thoughts about this?