Commit: 6228117006d9b02c40cbf7ce3f7a022e74ec083a Author: Sherif Ramadan <[email protected]> Wed, 5 Dec 2012 01:27:34 -0500 Parents: 9aa172acb7f4aa5f881baa435c480e28a7acab71 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6228117006d9b02c40cbf7ce3f7a022e74ec083a 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
