ONLINE HASH GENERATOR XXH64
Source string specification form
Specify the source string in this form, then click on the button GENERATE
Result Form
This form will show the result of generating the source string in XXH64
WHAT IS A HASHING ALGORITHM A XXH64
XXH64 is a hash function that is used to calculate the checksum (hash) of a block of data up to 2^64 bytes (18446744073709551616 bytes). It uses a 64-bit hash code that is generated based on the input.
This hash function has good performance and low collision rate (hash matches), which makes it attractive for use in various applications such as data integrity checking, duplicate search, caching, etc.
XXH64 is implemented in various programming languages and is available as an open source library.