hash_text
Compute SHA-256, SHA-1, or MD5 hashes from text locally. Returns hex digest without any network requests.
Instructions
Hash a string with sha256 / sha1 / md5 (hex). Local crypto — no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algo | No | sha256 | sha1 | md5 (default sha256) | |
| text | Yes |