Neos\Flow\Tests\Unit\Cryptography\Fixture\TestHashingStrategy::validatePassword PHP Метод

validatePassword() публичный Метод

public validatePassword ( string $password, string $hashedPasswordAndSalt, string $staticSalt = null ) : boolean
$password string
$hashedPasswordAndSalt string Hashed password with dynamic salt (if used)
$staticSalt string Optional static salt that will not be stored in the hashed password
Результат boolean TRUE if the given cleartext password matched the hashed password
    public function validatePassword($password, $hashedPasswordAndSalt, $staticSalt = null)
    {
        return false;
    }