dropbox / zxcvbn

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

Score mismatch between libraries #238

Open jsphanger opened 6 years ago

jsphanger commented 6 years ago

When using a password such as 'i like apples' the library you have linked for c# (pulled from nuget) and the .js file in your distribution folder present different scores.

tracker1 commented 6 years ago

The .Net library seems to be out of sync, and separately managed...

https://github.com/mickford/zxcvbn-cs/issues/6

mkopinsky commented 5 years ago

We had a similar issue with the "official" (ie linked from this Readme) PHP library, and I forked to create a version fully compatible with this library. https://github.com/mkopinsky/zxcvbn-php/

I'd be happy to assist people working on similar projects in other languages.

mooseburger commented 4 years ago

While it's not on dropbox to fix @mickford's repository, it should be removed from the README, as it's not viable.

mooseburger commented 4 years ago

This one actually does match dropbox's implementation: https://github.com/hexasoftuk/Hexasoft.Zxcvbn

Should be that one on the README.