zxcvbn–gui
A GUI for zxcvbn-cs, which is based on zxcvbn.
From the Zxcvbn readme:
zxcvbn, named after a crappy password, is a JavaScript password strength
estimation library. Use it to implement a custom strength bar on a
signup form near you!
zxcvbnattempts to give sound password advice through pattern matching
and conservative entropy calculations. It finds 10k common passwords,
common American names and surnames, common English words, and common
patterns like dates, repeats (aaa), sequences (abcd), and QWERTY
patterns.For full motivation, see:
https://d*ropbox*.*tech/security/zxcvbn-realistic-password-strength-estimation
More Information
For more information on why password entropy is calculated as it is, refer to Zxcvbns originators:
https://git*hub.c*om*/dropbox/zxcvbn
https://d*ropbox*.*tech/security/zxcvbn-realistic-password-strength-estimation
Licence
Since Zxcvbn-gui is based on zxcvbn-cs, which in self is a port of the original zxcvbn the original copyright and licensing applies. Cf. the LICENSE file.
