BCryptVerify

Verifies a BCrypt hash against a plaintext string.

Method Signature

BCryptVerify(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 BCrypt hashed value to verify against.

Examples

Last updated

Was this helpful?