Hash text
util.hashCompute SHA-256, SHA-1, or MD5 hashes of UTF-8 text, returning hex and base64 for fingerprints and analytics.
Instructions
GET /v1/hash — hash UTF-8 text (sha256|sha1|md5) to hex + base64. Utility for fingerprints — not crypto advice. Analytics-only utility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Text to hash. Example: 'hello'. | |
| algo | No | Hash algorithm. Default sha256. Example: 'sha256'. | sha256 |