hash_bcrypt_verify
Verify a plain text string against a bcrypt hash. Returns true if the string matches, false otherwise. Use for password validation and authentication.
Instructions
Verify a string against a bcrypt hash. Returns true if matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The plain text string | |
| hash | Yes | The bcrypt hash to verify against |