You are here

constant PhpassHashedPassword::MIN_HASH_COUNT in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Password/PhpassHashedPassword.php \Drupal\Core\Password\PhpassHashedPassword::MIN_HASH_COUNT

The minimum allowed log2 number of iterations for password stretching.

File

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

Class

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

Namespace

Drupal\Core\Password

Code

const MIN_HASH_COUNT = 7;