Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.
/ php-zxcvbn Public archive

PHP port of the JavaScript password strength estimator zxcvbn.

License

Notifications You must be signed in to change notification settings

Dreyer/php-zxcvbn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published