dropbox / zxcvbn

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

PHP and Javascript library does not match #283

Open arunvar008 opened 4 years ago

arunvar008 commented 4 years ago

Hi, I am facing an issue with js and php library.

I passed password "arunvarghese@1985"

in js, it got score : 4 ..but in php it s 3.. can someone help.. it s not identical

I am using https://github.com/dropbox/zxcvbn for js and https://github.com/bjeavons/zxcvbn-php for php

mkopinsky commented 4 years ago

Please open an issue in the PHP repo.

bjeavons commented 4 years ago

@arunvar008 Yes, please file an issue at https://github.com/bjeavons/zxcvbn-php/issues and include information on your environment, including details on how you installed Zxcvbn-PHP (eg. from composer or otherwise).

Environment information will be helpful because I am not able to reproduce a score difference using HEAD of Zxcvbn-PHP (v1.0.0) and the hosted JS version at https://lowe.github.io/tryzxcvbn/. Both score a 4 on that password.