ALGORITHM_NAME
ALGORITHM_NAME
The internal name of the algorithm.
Class Pbkdf2Sha1 - The PBKDF2-SHA-1 hashing algorithm object.
setDerivationIterations(integer $numberOfIterations) : $this
Setter for the derivation internal iteration count property.
integer | $numberOfIterations | The number of internal iterations to perform. |
Validation errors.
The hash algorithm object.
verifyHash(string $data, string $digest) : boolean
Securely compares and verifies if a digestion value is for the given input data.
string | $data | The input string. |
string | $digest | The digest string. |
Validation errors.
The result of the secure comparison.