4 require_once
'Services/Password/classes/class.ilBasePasswordEncoder.php';
30 require_once
'Services/Password/exceptions/class.ilPasswordException.php';
comparePasswords($known_string, $user_string)
Compares two passwords.
__construct(array $config=array())
Class for user password exception handling in ILIAS.
isPasswordValid($encoded, $raw, $salt)
{Checks a raw password against an encoded password.The raw password has to be injected into the encod...
encodePassword($raw, $salt)
{Encodes the raw password.The password to encode The salt string The encoded password} ...
getName()
{Returns a unique name/id of the concrete password encoder.string}
isPasswordTooLong($password)
Checks if the password is too long.