Skip to content
Snippets Groups Projects
Commit faf72e10 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 0bd68d77
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* increase by 1 every Drupal version in order to counteract increases in the * increase by 1 every Drupal version in order to counteract increases in the
* speed and power of computers available to crack the hashes. * 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. * The minimum allowed log2 number of iterations for password stretching.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment