PhpassHashedPassword::crypt
  • References/PHP/Drupal/Password/PhpassHashedPassword

protected PhpassHashedPassword::crypt($algo, $password

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

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

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

Secure password hashing functions based on the Portable PHP password hashing framework. Hierarchy

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

PhpassHashedPassword::__construct($countLog2)

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

protected PhpassHashedPassword::enforceLog2Boundaries

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

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

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

Returns a string for mapping an int to the corresponding base 64 character. File core/lib/Drupal/Cor

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

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

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

protected PhpassHashedPassword::generateSalt()

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

public PhpassHashedPassword::needsRehash($hash)

2025-01-10 15:47:30