ALGORITHM_NAME
ALGORITHM_NAME
The internal name of the algorithm.
Class AbstractHardwareResistantDerivation - The hardware resistant digestion algorithm abstraction representation.
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.