SHAKE256 hash calculator

Hash text or a file locally and view the digest in four formats

Input

Paste or type any UTF-8 text, including emoji and non-Latin characters.

Checksum

Checksum for the current text input.

Hexadecimal

Base64

Decimal

Binary

What is SHAKE256 (FIPS 202)?

SHAKE256 (FIPS 202) is an extendable-output function (XOF) in the SHA-3 family. Unlike fixed-length hash functions, it can return any number of output bits while offering 256-bit security strength. It is standardized by NIST and built on the Keccak sponge construction.

That flexibility matters when a protocol, file format, or internal checksum rule expects a specific digest length. In this tool you can hash plain text or uploaded files and choose the output length in bits, as long as it is a multiple of 8.

Common uses include protocol hashing, key derivation, variable-length cryptographic digests, and data-integrity workflows where the same input and output length must always produce the same result.

How to use

Enter text or choose a file, calculate the hash, then choose a format and copy. Text imports require valid UTF-8; File mode preserves every original byte. All computation is local