hash_text
Compute cryptographic hashes (SHA-256, SHA-1, SHA-512) of text strings for integrity checks, content fingerprinting, or generating deterministic IDs.
Instructions
Compute a cryptographic hash (SHA-256, SHA-1, or SHA-512) of any text string. Returns lowercase hex. Use for integrity checks, content fingerprinting, or generating deterministic IDs from content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to hash. | |
| algorithm | No | Hash algorithm to use. Default "SHA-256". | SHA-256 |