Dreyer / php-zxcvbn

PHP port of the JavaScript password strength estimator zxcvbn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a PHP port of Dan Wheeler's (@lowe) zxcvbn, which is a JavaScript password strength generator.

NB: You probably don't want to use this with production code, yet. Or without testing yourself. YMMV.

All tests are performed by comparing the output from php-zxcvbn to the output from the JavaScript implementation.

To see it in action, run: php test.php

About

PHP port of the JavaScript password strength estimator zxcvbn.

License:Other


Languages

Language:PHP 83.3%Language:Python 16.6%Language:Shell 0.1%