nulab / zxcvbn4j

This is a java port of zxcvbn, which is a JavaScript password strength generator.
MIT License
320 stars 103 forks source link

fix: improved SpatialMatcher decision logic (#84) (#129) #147

Closed vvatanabe closed 1 year ago

vvatanabe commented 1 year ago

Describe the change

Improved SpatialMatcher decision logic.

Describe your solution

Tests

Added "Sigma@123" and "password@123" to JavaPortTest parameters.

Additional context

Issue: #84 #129