-
Notifications
You must be signed in to change notification settings - Fork 949
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
Different score for the password strength for the same string between TypeScript and Java versions #320
Comments
Any support on this issue pls? |
@him11 possible duplicate of nulab/zxcvbn4j#84 |
Hey, the typescript library is a fork of this JS one and is not "official". |
Thanks @MrWook |
The problem on this one is that the original xato password list isn't available on the internet anymore. So you can't update it.
|
Hi.
I'm using zxcvbn libraries on back-end and front-end of an app.
For front-end: https://github.com/zxcvbn-ts/zxcvbn
For back-end: https://github.com/nulab/zxcvbn4j
The password strength score returned for the same password string, "Tiger@0177" is different for both the libraries. For TS version, it returns 3 (Strong) while for Java version, it returns 2 (Weak), which is giving a very bad UX for my users.
Can you suggest something why is this happening and is there a way to fix this issue? TIA.
The text was updated successfully, but these errors were encountered: