ONLINE HASH GENERATOR MURMUR3C
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 MURMUR3C
WHAT IS A HASHING ALGORITHM A MURMUR3C
The MURMUR3C hash (MurmurHash3 with CityHash) is a combination of two hashing algorithms: MurmurHash3 and CityHash.
MurmurHash3 is a fast hash algorithm that creates a 32-bit or 128-bit hash from an arbitrary input byte sequence. The MurmurHash3 algorithm was developed by Austin Eppstein in 2008.
CityHash is also a fast hash algorithm that creates a 64-bit or 128-bit hash from an arbitrary input byte sequence. It was designed by Paul Howard and Silvio Roussel in 2011.
MURMUR3C is a combination of MurmurHash3 and CityHash that uses CityHash to create a 128-bit hash from the input byte sequence and then MurmurHash3 to create a 32-bit hash from the 128-bit hash received from CityHash.
MURMUR3C is often used for hashing data such as strings, keys, or other data structures and can be used in a variety of applications including searching, indexing, data integrity checking, and caching.