Browse Source

Add Password Validator.

pull/63/head
Jamie 12 years ago
parent
commit
d4668fd5fe
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

232
 * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
232
 * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
233
 * [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
233
 * [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
234
 * [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
234
 * [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
235
+* [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
235
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
236
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
236
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
237
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
237
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
238
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.

Loading…
Cancel
Save