zxcvbn-ts / zxcvbn

Low-Budget Password Strength Estimation
https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/wheeler
MIT License
910 stars 72 forks source link

Incorrect score for the string "password" #257

Closed plamend-rg closed 7 months ago

plamend-rg commented 7 months ago

According to the docs, a password input of "password" should get a score of 0, but unless I'm missing something currently it gets a score of 2.

Screenshot 2024-03-19 at 16 01 34
plamend-rg commented 7 months ago

I was missing something, that you need the additional packages for the dictionaries. Apologies!