Argon2CheckHash
Last updated
Was this helpful?
Performs a Argon2 verification on the given string against the hashed value.
Argon2CheckHash(input=[string], hashed=[string], variant=[string])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.
Last updated
Was this helpful?
Was this helpful?
