Skip to content

Commit

Permalink
README: Update reference to the security issue with bcrypt before 5.…
Browse files Browse the repository at this point in the history
…3.7, for clarity.
  • Loading branch information
tchalvak committed Sep 9, 2013
1 parent 5d44eec commit 596e0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The runtime checks have been removed due to this version issue. To see if passwo

If you attempt to use password-compat on an unsupported version, attempts to create or verify hashes will return `false`. You have been warned!

The reason for this is that PHP prior to 5.3.7 contains a security issue with its BCRYPT implementation. Therefore, it's highly recommended that you upgrade to a newer version of PHP prior to using this layer.
The reason for this is that PHP prior to 5.3.7 contains a [security issue with its BCRYPT implementation](http://php.net/security/crypt_blowfish.php). Therefore, it's highly recommended that you upgrade to a newer version of PHP prior to using this layer.

Installation
============
Expand Down

0 comments on commit 596e0b2

Please sign in to comment.