ONLINE HASH GENERATOR FNV164

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 FNV164

WHAT IS A HASHING ALGORITHM A FNV164

FNV-1a and FNV-1 are several hash functions that can be used to generate hash codes for arbitrary data such as strings, binary data, etc.

FNV-1a (Fowler–Noll–Vo hash function, version 1a) is a hash function that uses the FNV-1 algorithm with an extra byte swap before each XOR operation. It is designed to reduce collisions (situations where different inputs produce the same hash code) in hash tables.

FNV-1a-64 is a specific implementation of FNV-1a that generates a 64-bit hash code. It is widely used in programming and computer science to quickly calculate hash codes, as well as for other purposes such as checking the integrity of data.