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

Add password generator #17

Open
Gear61 opened this issue May 9, 2017 · 1 comment
Open

Add password generator #17

Gear61 opened this issue May 9, 2017 · 1 comment
Assignees

Comments

@Gear61
Copy link
Owner

Gear61 commented May 9, 2017

V1 features:

  1. Password length (1 to 128)
  2. Needs a capital letter
  3. Needs a special character (!, @, #, $, %, ^, &, *)
  4. Needs a number

We can just generate an alphabetical lower-case string and then go through each constraint and replace a character at random if it's ticked in.

@Gear61 Gear61 self-assigned this May 9, 2017
@DonaldTsang
Copy link

DonaldTsang commented Sep 14, 2020

And also add a password strength tool to it. zxcvbn is very effective.

Another idea: passphrase based on words in an arbitrary wordlist OR 5d6 / 3d20 (please check https://github.com/grempe/diceware/issues especially the ones that are closed)

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

2 participants