-
Notifications
You must be signed in to change notification settings - Fork 103
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
Discrepancy in password score between this version and the original package #84
Comments
Agree 👍 replicated using |
I'll investigate. |
Hi all, any update on this? Were you able to replicate the issue @vvatanabe? |
@TheAlexPorter Yes, I able to replicate this issue. But we're still investigating the cause. |
@vvatanabe, I briefly compared the processing of zxcvbn4j and zxcvbn dropbox (demo tool in https://lowe.github.io/tryzxcvbn/) Therefore, it is not known which result from the libraries will be considered correct, since 'bruteforce' is not very suitable for dropbox. |
We have the same issue in the latest version - dropbox/zxcvbn#320 |
@Emi75 Sorry, I have too much scheduled and it's hard to make time. I need some help ;D |
@TheAlexPorter @Stephen2 @mrFloony @Emi75 |
Thank you @vvatanabe :) |
Hi all,
I'm using
zxcvbn4j
on the backend and the originalzxcvbn
from dropbox on the front end. When I use the following example password, I get two different scores.Password:
Sigma@123
With
zxcvbn4j
I get 2, but withzxcvbn
I get 3. If we use the demo tool, we can see that 3 is the expected score.Any thoughts on how we can get this library to match the original version's output?
The text was updated successfully, but these errors were encountered: