SecUSo / privacy-friendly-passwordgenerator

Privacy Friendly App that deterministically generates passwords from parameters and a master password.
https://secuso.org/pfa
GNU General Public License v3.0
45 stars 16 forks source link

Clear master password after timeout #18

Open laurentriffard opened 7 years ago

laurentriffard commented 7 years ago

Hi, It’s nice to be able to see the master password in clear text (typo is easy). But I’d like this feature to be limited in time. The master password should be hidden after a timeout (10 s), and should not be shown anymore unless it is typed again.

Why ? Because, sometimes my phone locks itself after I typed the master password and displayed it in clear text. When the phone is unlocked, the master password just appear in clear text. (and maybe, someone else could unlock my phone).

Yonjuni commented 7 years ago

@laurentriffard There is a little button next to the field with the master password which can make it visible. So the enhancement would be the timeout. I'll investigate this.