constant PhpassHashedPassword::HASH_LENGTH

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;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Password!PhpassHashedPassword.php/constant/PhpassHashedPassword::HASH_LENGTH/8.1.x