constant PhpassHashedPassword::MAX_HASH_COUNT

The maximum allowed log2 number of iterations for password stretching.

File

core/lib/Drupal/Core/Password/PhpassHashedPassword.php, line 22

Class

PhpassHashedPassword
Secure password hashing functions based on the Portable PHP password hashing framework.

Namespace

Drupal\Core\Password

Code

const MAX_HASH_COUNT = 30;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Password!PhpassHashedPassword.php/constant/PhpassHashedPassword::MAX_HASH_COUNT/8.1.x