dropbox / zxcvbn

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

Can zxcvbn() method take the minlength parameter also for validation #300

Open sushmasriram opened 3 years ago

sushmasriram commented 3 years ago

We have observed that if the password parameter length is > 1 then the password is considered as valid password. Is there is anyway to pass the minlength parameter also as a parameter for additional validation of minlength check from plugin.