From d4668fd5fea0685f871d8ec7e86423bd1ba622d9 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 12 Jan 2014 14:49:30 -0700 Subject: [PATCH] Add Password Validator. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4b2ce6..8457f9d 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework. * [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords. * [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript. +* [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes. * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library. * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library. * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.