PasswordInterface

Secure password hashing functions for user authentication.

Hierarchy

File

core/lib/Drupal/Core/Password/PasswordInterface.php, line 8

Namespace

Drupal\Core\Password

Members

Name Modifiers Type Description
PasswordInterface::check public function Check whether a plain text password matches a hashed password.
PasswordInterface::hash public function Hash a password using a secure hash.
PasswordInterface::needsRehash public function Check whether a hashed password needs to be replaced with a new hash.
PasswordInterface::PASSWORD_MAX_LENGTH constant Maximum password length.
doc_Drupal
2016-10-29 09:33:14
Comments
Leave a Comment

Please login to continue.