hash_bcrypt
Generate bcrypt password hashes or verify passwords against existing hashes for secure authentication implementation.
Instructions
Generate bcrypt hash or verify password against hash
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | Password to hash or verify | |
| rounds | No | Number of salt rounds (4-12, default 10) | |
| hash | No | Existing hash to verify against (for verification) |