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