TupleHash128 Generator - Tuple Authentication Hash
Generate TupleHash128 - encode tuples with domain separation preventing concatenation ambiguity attacks.
What Is TupleHash128?
TupleHash128 is a tuple hashing function defined in NIST SP 800-185 that encodes sequences of strings with domain separation, ensuring hash([a,b]) != hash([ab]) to prevent attacks on structured data.
Specifications
Use Cases
- Structured data integrity verification
- Certificate chain hashing
- Database record authentication
- Serialization format integrity
- Protocol message authentication
Security Notice
TupleHash128 is suitable for cryptographic integrity checks and fingerprints when used appropriately. Use HMAC or KMAC when you need message authentication, and use a dedicated KDF such as Argon2, bcrypt, or scrypt for password storage.
Related Tools
Utilities
Implementation Notes
Practical usage details for this browser-based TupleHash128 tool.
How to Generate a TupleHash128 hash
- Choose UTF-8, Hex, Base64, or File input mode.
- Enter text, encoded bytes, or choose a local file to process.
- Adjust the TupleHash128 options if your use case requires non-default settings.
- Click Generate TupleHash128 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 TupleHash128
- Do not use a plain hash or derivation output directly as password storage without the right password-hashing construction and parameters.
- Do not use it when a normal single-input hash is the clearer tool.
Recommended Alternatives
Review related tools when you need a different output size, security margin, or keyed construction.