ALGORITHM_MAXIMUM_OUTPUT
ALGORITHM_MAXIMUM_OUTPUT
The internal maximum length in bytes of the raw output digest for the algorithm.
Class Argon2 - The Argon2 hashing 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.