PhpassHashedPassword::MAX_HASH_COUNT

Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/Password/PhpassHashedPassword.php \Drupal\Core\Password\PhpassHashedPassword::MAX_HASH_COUNT

The maximum allowed log2 number of iterations for password stretching.

File

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

Class

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

Namespace

Drupal\Core\Password

Code

const MAX_HASH_COUNT = 30;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.