Fnv164 Hash Generator Online
Generate Fnv164 code
Enter string to convert to FNV164
This tool uses hash code generation using FNV164 encryption algorithm.
Most popular programming languages support generating hashes using the FNV164 algorithm. Using it in programming is also quite simple and easy.
Most popular programming languages support generating hashes using the FNV164 algorithm. Using it in programming is also quite simple and easy.
FNV164 in PHP
PHP convert string to FNV164.
hash function in Php.net
function hash_fnv164_generator_php($input) {
return hash("fnv164", $input, false);
}
echo hash_fnv164_generator_php("https://sita.app/fnv164-hash-generator");
//output 03c01996393c8281