PhpassHashedPassword::HASH_LENGTH

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

The expected (and maximum) number of characters in a hashed password.

File

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

Class

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

Namespace

Drupal\Core\Password

Code

const HASH_LENGTH = 55;

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