BLAKE2b Hash Generator
Type or paste any text and instantly get its BLAKE2b hash at 128, 256, 384, or 512-bit output length — computed entirely in your browser.
Input Text
0 characters
BLAKE2b Hash
Enter text on the left to see the hash
Copied!
Summary
Type or paste any text and instantly get its BLAKE2b hash at 128, 256, 384, or 512-bit output length — computed entirely in your browser.
How it works
- Type or paste the text you want to hash into the input area.
- Choose an output length: 128, 256, 384, or 512 bits.
- The pure-JS BLAKE2b engine encodes your text as UTF-8 bytes and runs the compression function.
- The resulting digest is displayed as a lowercase hex string.
- The hash updates automatically whenever you change the text or the output length.
- Click a copy button to copy the lowercase or uppercase hex hash to your clipboard.
Use cases
- Verify file or message integrity using a faster alternative to SHA-256.
- Generate deterministic identifiers for data deduplication pipelines.
- Understand BLAKE2b digest lengths before integrating into backend systems.
- Cross-check BLAKE2b checksums published alongside software downloads.
- Experiment with configurable hash output widths without installing local tools.
- Prototype hash-based data structures such as Merkle trees.
- Test key-derivation inputs before passing them to Argon2 or similar KDFs.
- Quickly compare how the same input hashes differently at different digest sizes.
Frequently Asked Questions
Related tools
Last updated: 2026-05-23 ·
Reviewed by Nham Vu