benrolfe / 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:HTML 98.8%Language:PHP 1.0%Language:Python 0.2%