Class Md5Strategy
Class Md5Strategy
- Md5Strategy implements AuthStrategyInterface
Package: Authentication\Strategies
Category: System
Located at Services/Core/Authentication/Strategies/Md5Strategy.inc.php
Category: System
Located at Services/Core/Authentication/Strategies/Md5Strategy.inc.php
Methods summary
public
verify( StringType $password, NonEmptyStringType $hash, AuthStrategyCollection $authStrategyCollection = null )
: boolean
Verifies a given password by its stored hash from the current hashing algorithm.
public
getRehashedPassword( StringType $password, NonEmptyStringType $hash, AuthStrategyCollection $authStrategyCollection = null )
: string
Returns a rehashed password hash if it does not match the currently used hashing algorithm.