hash_bcrypt
Hash any string using bcrypt with configurable salt rounds (4-16) for secure password storage.
Instructions
Generate a bcrypt hash of the given input string. Useful for password hashing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The string to hash | |
| rounds | No | Number of salt rounds (4-16, default: 10) |