SHA3-384 Hash Generator

Generate a SHA3-384 digest from text locally in your browser, then copy or compare the 96-character uppercase hexadecimal result.



Question

What is SHA3-384?

SHA3-384 is the 384-bit member of the SHA-3 cryptographic hash family standardized by NIST in FIPS 202. It creates a fixed-length digest that this tool displays as 96 uppercase hexadecimal characters.

This tool hashes the text entered in the input box in the browser and writes the SHA3-384 digest to the output box without sending the text to a server. Because SHA3-384 is deterministic, the same exact input text produces the same output every time.

Use this page when you need a standards-based SHA3-384 digest for sample text, test vectors, checksum-style identifiers, protocol compatibility checks, or comparing output with another SHA3-384 tool. SHA3-384 is related to Keccak-384, but it is not byte-for-byte interchangeable with raw Keccak-384 because the standards use different padding rules and produce different digests for the same input.

The generated value depends on the exact bytes being hashed. Spaces, tabs, punctuation, capitalization, line endings, trailing newlines, and Unicode characters all change the result. The tool hashes text only; it does not read files, decode hexadecimal input as binary data, add salts, create HMACs, manage keys, or provide password storage. For authentication, signatures, password hashing, or protocol integration, use the algorithm, encoding, and reviewed cryptographic library required by that system.


Books

References