hash
Hash UTF-8 text using SHA-256, SHA-1, or MD5 to obtain hex and base64 digests. Select the algorithm to generate hashes for data verification or integrity checks.
Instructions
Hash UTF-8 text via 54ch10 (sha256|sha1|md5) → hex + base64. Utility — not crypto advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Text to hash | |
| algo | No | Hash algorithm | sha256 |