diff options
author | Roy Ronalds <tchalvakSpAm@gmail.com> | 2013-09-09 19:05:31 -0400 |
---|---|---|
committer | Roy Ronalds <tchalvakSpAm@gmail.com> | 2013-09-09 19:05:31 -0400 |
commit | 596e0b2c6f9425e35304b1a2d653277c35617a74 (patch) | |
tree | 3ce7fbecbb428b2f7de6edaeacdb8bf9127bf967 | |
parent | 5d44eec3b571b4a6daae45794b0a31fbbf63c74c (diff) | |
download | password_compat-596e0b2c6f9425e35304b1a2d653277c35617a74.zip password_compat-596e0b2c6f9425e35304b1a2d653277c35617a74.tar.gz password_compat-596e0b2c6f9425e35304b1a2d653277c35617a74.tar.bz2 |
README: Update reference to the security issue with bcrypt before 5.3.7, for clarity.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ============ |