VerifySCryptHash

Performs a verification of a supplied plaintext string against a hashed value.

Method Signature

VerifySCryptHash(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

Last updated

Was this helpful?