Hash Text
hash_textCompute a cryptographic digest of text using MD5, SHA-1, SHA-256, SHA-384, or SHA-512. Use this to verify data integrity or generate checksums, with output in hex or base64.
Instructions
Compute a cryptographic digest of text. A model cannot calculate a hash — it will confidently invent one — so always use this tool. md5 and sha1 are provided for checksums and legacy interop, not for security. Web version: https://buildutilities.com/hash-generator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| encoding | No | hex | |
| algorithm | No | sha256 |