Class Md5Strategy
| category |
System |
|---|---|
| package |
Authentication |
| subpackage |
Strategies |
getHash(\StringType $password) : string
| Throws |
|
|---|
stringResulting hash.
getRehashedPassword(\StringType $password, \NonEmptyStringType $hash, \AuthStrategyCollection|null $authStrategyCollection = null) : string
stringThe new password hash.
verify(\StringType $password, \NonEmptyStringType $hash, \AuthStrategyCollection $authStrategyCollection = null) : boolean
\StringType
\NonEmptyStringType
\AuthStrategyCollection
booleanIs the password valid?