The expected (and maximum) number of characters in a hashed password.
File
- core/lib/Drupal/Core/Password/PhpassHashedPassword.php, line 27
Class
- PhpassHashedPassword
- Secure password hashing functions based on the Portable PHP password hashing framework.
Namespace
Drupal\Core\Password
Code
const HASH_LENGTH = 55;
Please login to continue.