Skip to content
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

Speed up alternative passwords generation #761

Open
renatofrota opened this issue Feb 19, 2023 · 0 comments
Open

Speed up alternative passwords generation #761

renatofrota opened this issue Feb 19, 2023 · 0 comments

Comments

@renatofrota
Copy link

Hello,

I understand the websites have different requirements in terms of allowed/required characters. However, I also see most of them fall under these 3 "categories":

  1. lower, upper, numbers, specials;
  2. lower, upper, numbers;
  3. only lower & numbers (most weird ones).

Maybe the app could have [a mode with] 4 fields for displaying passwords in the UI by default:

  • lower, upper, numbers, specials, 16 chars
  • lower, upper, numbers, 18 chars
  • lower, numbers, 20 chars
  • numbers, 6 digits (pins)

and whenever generating a password, the 4 password fields would be populated at once.

For the browser extension, the popup could remain open until manually closed - or the password fields could remain populated for copying (re-opening the popup) during ~1 minute.

This way, we could simply try the passwords as necessary without having to re-type the site/login/masterpass and adjusting settings manually each time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant