SCryptVerify
Performs a verification of a supplied plaintext string against a hashed value.
Method Signature
SCryptVerify(string=[string], hashed=[string])
Arguments
Argument
Type
Required
Description
Default
string
string
true
The plaintext string to verify against the hashed value.
hashed
string
true
The SCrypt hashed value to verify against.
Examples
Related
Last updated
Was this helpful?