Issue #1203852 by pwolanin: Changed Increase hashing iterations for more secure password hashes.

8.0.x
webchick 2011-07-03 10:52:25 -07:00
parent 0bd68d77f8
commit faf72e104e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
* increase by 1 every Drupal version in order to counteract increases in the
* speed and power of computers available to crack the hashes.
*/
define('DRUPAL_HASH_COUNT', 14);
define('DRUPAL_HASH_COUNT', 16);
/**
* The minimum allowed log2 number of iterations for password stretching.