This tool generates FNV family hashes with FNV-1 and FNV-1a variants in 32/52/64-bit modes, designed for fast non-cryptographic fingerprinting.
Key Features
- FNV-1a 32-bit, 52-bit, and 64-bit support
- FNV-1 32-bit and 64-bit support
- Text and file input modes
- Multiple input/output formats with uppercase option
Steps
- Select algorithm and input/output formats.
- Enter text or upload a file.
- Generate and copy the hash output.
Use Cases
- Hash table keys and fast indexing
- File deduplication and content bucketing
- Log sharding and cache routing
Notes
- FNV is not a cryptographic hash.
- Do not use it for passwords, signatures, or security integrity checks.
- Keep algorithm and input encoding consistent for reproducible results.