The minimum allowed log2 number of iterations for password stretching. File core/lib/Drupal/Core/Pas
public PhpassHashedPassword::hash($password)
public PhpassHashedPassword::getCountLog2($setting)
The expected (and maximum) number of characters in a hashed password. File core/lib/Drupal/Core/Pass
public PhpassHashedPassword::check($password, $hash)
protected PhpassHashedPassword::base64Encode($input, $count)
PhpassHashedPassword::__construct($countLog2)
The maximum allowed log2 number of iterations for password stretching. File core/lib/Drupal/Core/Pas
Returns a string for mapping an int to the corresponding base 64 character. File core/lib/Drupal/Cor
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
Page 1 of 2