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