Argon2CheckHash
Performs a Argon2 verification on the given string against the hashed value.
Method Signature
Argon2CheckHash(input=[string], hashed=[string], variant=[string])
Arguments
Argument
Type
Required
Description
Default
input
string
true
The string to verify against the hash.
hashed
string
true
The hashed value to verify against.
variant
string
false
The variant of Argon2 to use. If not provided the hashed value will be tested to determine the variant.
Examples
Related
Last updated
Was this helpful?