Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykendall committed Jan 11, 2014
1 parent 4b024d2 commit dfe4ce9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Password Validator [![Build Status](https://travis-ci.org/jeremykendall/password-validator.png?branch=master)](https://travis-ci.org/jeremykendall/password-validator)

**Password Validator** *validates* `password_hash` generated passwords, *rehashes*
**Password Validator** *validates* [`password_hash`][2] generated passwords, *rehashes*
passwords as necessary, and will *upgrade* legacy passwords.

Read the introductory blog post: [PHP Password Hashing: A Dead Simple Implementation][1]

*Password Validator is available for all versions of PHP >= 5.3.7.*

## Motivation

Why? Because one must always[ encrypt passwords for highest level of
Expand Down Expand Up @@ -258,3 +262,4 @@ submitting pull requests.
[6]: http://en.wikipedia.org/wiki/Decorator_pattern
[7]: http://csiphp.com/blog/2012/02/16/encrypt-passwords-for-highest-level-of-security/
[8]: http://php.net/password_hash#example-875
[9]: http://jeremykendall.net/2014/01/04/php-password-hashing-a-dead-simple-implementation/

0 comments on commit dfe4ce9

Please sign in to comment.