hash_bcrypt
Generate bcrypt hashes for passwords or verify a password against an existing hash. Specify salt rounds for increased security.
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) |