Data tool

Hash generator

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

Source text

Output

Digest

Usage examples

Generate a digest for API examples, support snippets, release notes, or config values when you need a stable text fingerprint.

Output formats

Hex is common in developer tools and documentation. Base64 is useful for compact transport formats and systems that already use Base64 values.

Limitations

This v1 hashes pasted UTF-8 text only. It does not hash files, create HMAC signatures, or compare digests.

Privacy

Hashing runs through the browser Web Crypto API. Pasted text is not sent to a server by this page.