Commit: 2eda87fb3965cbb970d36b8b8f4be1e83acd17a4 Author: Sherif Ramadan <[email protected]> Wed, 5 Dec 2012 01:27:34 -0500 Parents: b7a814641c325ad928378dfab16a7a251e491de4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2eda87fb3965cbb970d36b8b8f4be1e83acd17a4 Log: Added openwall security link to the blowfish security page. Changed paths: M security/crypt_blowfish.php Diff: diff --git a/security/crypt_blowfish.php b/security/crypt_blowfish.php index 7052cb2..5faca3b 100644 --- a/security/crypt_blowfish.php +++ b/security/crypt_blowfish.php @@ -57,6 +57,11 @@ in PHP app code after database queries, and using $2y$ on newly set passwords them). </p> +<p> +See also the <a href="http://www.openwall.com/lists/announce/2011/06/21/1">openwall +announcement</a> for more information. +</p> + <?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
