trichards57 / zxcvbn-cs

C#/.NET port of Dan Wheeler/DropBox's Zxcvbn JS password strength estimation library
MIT License
59 stars 19 forks source link

L33t Matcher does not match Javascript Implementation #12

Closed trichards57 closed 3 years ago

trichards57 commented 6 years ago

The javascript library seems to have a bug with the l33t matcher (https://github.com/dropbox/zxcvbn/issues/221) that I think will prevent it from working, and experimenting with the live version seems to support this. I have currently disabled it, and will re-instate when required later.