MD5 Hash Generator
hash_md5Hash text to an MD5 hex digest. Useful for checksums, cache keys, dedupe keys, and Gravatar-style identifiers. MD5 is broken for anything security-related: never use it for passwords or to verify authenticity.
Returns { md5, algorithm, bytes }. Limit: None. The work is local and costs nothing.. Allow up to 10s for a response. Free, no account, no API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to hash. Up to 1 MB of UTF-8. |