TXT · Text & Data tools

Keccak-384 Hash Generator

Keccak-384 produces a 384-bit digest (96 hexadecimal characters) and is part of the original Keccak family before the SHA-3 standardization.

This tool runs completely client-side. Your inputs never leave your device, ensuring privacy when hashing local identifiers, configuration data, or test vectors.

Output differences

Keccak-384 is distinct from SHA3-384. Although they share the same sponge construction, the padding rules differ. A string hashed with Keccak-384 will not match the same string hashed with SHA3-384.

Always verify your protocol requirements to ensure you are using the correct variant.

Batch processing

The tool supports hashing multiple inputs simultaneously. By checking “Batch by newline”, each line of your input will be hashed individually, producing a matching list of 96-character digests.

Enable “Trim lines” to automatically strip invisible leading or trailing whitespace from each line before hashing, preventing subtle mismatch errors.

Input sensitivity

A single changed byte alters the entire hash digest. Differences in capitalization, punctuation, or Unicode representation will result in completely different outputs.

You can enable “Normalize Unicode” to ensure that characters with multiple valid encodings (like accented letters) are unified before the hash is computed.

Frequently Asked Questions

Keccak-384 is a cryptographic hash function from the original Keccak family. It produces a 384-bit fixed-length output, usually displayed as a 96-character hexadecimal string.

No. They are closely related, but they are not interchangeable. SHA3-384 uses the standardized SHA-3 padding rules, while Keccak-384 uses the original Keccak padding.

Use Keccak-384 when your workflow explicitly requires that output length or when you need a longer fixed-length digest for compatibility, testing, or protocol-specific reasons.

Yes. If you paste multiple lines, the tool can generate one Keccak-384 hash per line.

No..

Try these algorithm specific versions

Full Hash Generator tool

Explore Our Tools

Browse all tools