Hash text
hash_textCompute a cryptographic hash of UTF-8 text. Supports MD5, SHA1, SHA256, and SHA512 algorithms, outputting a hex digest.
Instructions
Compute a cryptographic digest (hex) of UTF-8 text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| algorithm | No | sha256 |