The minimum allowed log2 number of iterations for password stretching. File core/lib/Drupal/Core/Pas
public PhpassHashedPassword::hash($password)
The expected (and maximum) number of characters in a hashed password. File core/lib/Drupal/Core/Pass
public PhpassHashedPassword::check($password, $hash)
public PhpassHashedPassword::getCountLog2($setting)
protected PhpassHashedPassword::base64Encode($input, $count)
Secure password hashing functions based on the Portable PHP password hashing framework. Hierarchy
Specifies the number of times the hashing function will be applied when generating new password hashes. The number of times is calculated by raising 2 to the power of the given
The maximum allowed log2 number of iterations for password stretching. File core/lib/Drupal/Core/Pas
protected PhpassHashedPassword::crypt($algo, $password
Page 1 of 2