hash
Compute cryptographic hashes of text strings using sha256, sha512, sha1, or md5, returning hex and base64 digests.
Instructions
[$0.001/call, or free via proof-of-work] Cryptographic hash of a text string. Algorithms: sha256 (default), sha512, sha1, md5. Returns hex and base64 digests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algo | No | sha256 | sha512 | sha1 | md5 | |
| text | Yes | Text to hash (max 100KB) |