You are here

namespace Drupal\Core\Password in Drupal 9

Same name in other branches
  1. 8 Drupal\Core\Password
Classsort descending Location Description
DefaultPasswordGenerator core/lib/Drupal/Core/Password/DefaultPasswordGenerator.php Provides a default password generator.
PasswordGeneratorInterface core/lib/Drupal/Core/Password/PasswordGeneratorInterface.php Interface for generating passwords.
PasswordInterface core/lib/Drupal/Core/Password/PasswordInterface.php Secure password hashing functions for user authentication.
PhpassHashedPassword core/lib/Drupal/Core/Password/PhpassHashedPassword.php Secure password hashing functions based on the Portable PHP password hashing framework.