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

Score not matching with javascript version #129

Closed
jkunggit opened this issue Jul 23, 2022 · 1 comment
Closed

Score not matching with javascript version #129

jkunggit opened this issue Jul 23, 2022 · 1 comment

Comments

@jkunggit
Copy link

Hi, if I use a password such as "password@123". The Javascript version will return a score of 2. However, the Java version returns 1. There only seem to be a discrepancy with the @. If I type the same password "password_123" then both Javascript and Java will return 2. This is a major problem since I am trying to verify the on the backend and both scores should match.

@jkunggit jkunggit changed the title Score not matching in javascript version Score not matching with javascript version Jul 23, 2022
vvatanabe added a commit that referenced this issue Aug 18, 2023
…ores-between-zxcvbn-and-zxcvbn4j

fix: improved SpatialMatcher decision logic (#84) (#129)
@vvatanabe
Copy link
Member

@jkunggit
Sorry for the wait! It took longer than expected, but I was able to fix this issue! Please use version 1.8.1.
https://github.com/nulab/zxcvbn4j/releases/tag/1.8.1

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