Hash text
hash_textCompute a cryptographic hash of any text using MD5, SHA1, SHA256, or SHA512 to produce a deterministic digest for verification or integrity checks.
Instructions
Compute a cryptographic hash of some text. Deterministic, and not something that can be worked out by reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to hash. | |
| algorithm | No | Which digest to use. | sha256 |