PasswordInterface::needsRehash
  • References/PHP/Drupal/Password/PasswordInterface

public PasswordInterface::needsRehash($hash)

2025-01-10 15:47:30
PhpassHashedPassword::MIN_HASH_COUNT
  • References/PHP/Drupal/Password/PhpassHashedPassword

The minimum allowed log2 number of iterations for password stretching. File core/lib/Drupal/Core/Pas

2025-01-10 15:47:30
PasswordInterface
  • References/PHP/Drupal/Password/PasswordInterface

Secure password hashing functions for user authentication. Hierarchy interface \D

2025-01-10 15:47:30
PhpassHashedPassword::getCountLog2
  • References/PHP/Drupal/Password/PhpassHashedPassword

public PhpassHashedPassword::getCountLog2($setting)

2025-01-10 15:47:30
PasswordInterface::PASSWORD_MAX_LENGTH
  • References/PHP/Drupal/Password/PasswordInterface

Maximum password length. File core/lib/Drupal/Core/Password/PasswordInterface.php, line 13

2025-01-10 15:47:30
PhpassHashedPassword::base64Encode
  • References/PHP/Drupal/Password/PhpassHashedPassword

protected PhpassHashedPassword::base64Encode($input, $count)

2025-01-10 15:47:30
PhpassHashedPassword::check
  • References/PHP/Drupal/Password/PhpassHashedPassword

public PhpassHashedPassword::check($password, $hash)

2025-01-10 15:47:30
PhpassHashedPassword::hash
  • References/PHP/Drupal/Password/PhpassHashedPassword

public PhpassHashedPassword::hash($password)

2025-01-10 15:47:30
PhpassHashedPassword::HASH_LENGTH
  • References/PHP/Drupal/Password/PhpassHashedPassword

The expected (and maximum) number of characters in a hashed password. File core/lib/Drupal/Core/Pass

2025-01-10 15:47:30
PasswordInterface::hash
  • References/PHP/Drupal/Password/PasswordInterface

public PasswordInterface::hash($password)

2025-01-10 15:47:30