SHAKE256 Generator
Generate high-security SHAKE256 XOF output with arbitrary length.
What Is SHAKE256?
SHAKE256 is a high-security XOF that produces variable-length output using Keccak-f[1600] with 512-bit capacity, providing 256-bit security and arbitrary output length.
Specifications
Output Size Variable
Standard FIPS 202
Standard Year 2015
Origin Keccak submission to NIST SHA-3 competition
Origin Year 2008
Use Cases
- Variable-length key derivation
- High-security masking functions
- Arbitrary-length pseudorandom generation
!
Security Notice
SHAKE256 is a secure extendable-output function when used with an appropriate output length. Use a dedicated KDF or password hashing algorithm for password storage.
Related Tools
Utilities
Implementation Notes
Practical usage details for this browser-based SHAKE256 tool.
How to Generate a SHAKE256 hash
- Choose UTF-8, Hex, Base64, or File input mode.
- Enter text, encoded bytes, or choose a local file to process.
- Adjust the SHAKE256 options if your use case requires non-default settings.
- Click Generate SHAKE256 Hash and copy the result.
Example Input
Sample input:
abc
Use this sample input, then copy the generated hash from the result panel.
When Not to Use SHAKE256
- Do not use a plain hash or derivation output directly as password storage without the right password-hashing construction and parameters.
Recommended Alternatives
Review related tools when you need a different output size, security margin, or keyed construction.