Usage examples
Generate a digest for API examples, support snippets, release notes, or config values when you need a stable text fingerprint.
Data tool
Generate a SHA digest for pasted UTF-8 text. The input stays in your browser and the digest is shown as hex and Base64.
Input
Output
Generate a digest for API examples, support snippets, release notes, or config values when you need a stable text fingerprint.
Hex is common in developer tools and documentation. Base64 is useful for compact transport formats and systems that already use Base64 values.
This v1 hashes pasted UTF-8 text only. It does not hash files, create HMAC signatures, or compare digests.
Hashing runs through the browser Web Crypto API. Pasted text is not sent to a server by this page.