ONLINE HASH GENERATOR FNV1A64
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 FNV1A64
WHAT IS A HASHING ALGORITHM A FNV1A64
The FNV1A64 algorithm is easy to implement and efficient in practice. It starts by initializing the hash value with a constant, then iterates through all the bytes of the input, applying certain operations to them, and updating the hash value at each step. Finally, the resulting hash value is a unique identifier for the input.
Hash functions such as FNV1A64 are widely used for generating checksums, checking data integrity, and as a tool for searching data in large amounts of information.
FNV1A64 (Fowler/Noll/Vo hash function, version 1a, 64-bit output) is a hash function that is used to convert arbitrary data into a 64-bit integer. It was developed by Glenn Fowler, Lorenzo Knoll and Chris Waugh in 1991 and is one of the most widely used hash functions.