hash_bcrypt
Generate bcrypt hashes or verify passwords against existing hashes with configurable salt rounds.
Instructions
Generate bcrypt hash or verify password against hash
Input 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) |