FNV-1

FNV-1, or Fowler/Noll/Vo hash function 1, is a non-cryptographic hash function designed for fast and straightforward data hashing. It processes data in small chunks, typically one byte at a time, by iteratively multiplying and XOR-ing the data with a prime number. The result is a hash value used in applications such as hash tables and checksums where speed is prioritized over cryptographic security. However, it should not be used for cryptographic purposes due to its lack of security features.


API Call:

API Usage: Adjust the format value to be either JSON or XML depending on your use case. Be sure to POST to the API and provide the value as "data" in order for the API to convert the value for you. Please see our Help page for an example if needed.