PhpassHashedPassword::MIN_HASH_COUNT

The minimum allowed log2 number of iterations for password stretching.

File

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

Class

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

Namespace

Drupal\Core\Password

Code

const MIN_HASH_COUNT = 7;
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.