Tạo mã băm CRC32b Online
Tạo mã băm theo thuật toán Crc32b
Enter string to convert to CRC32B
This tool uses hash code generation using CRC32B encryption algorithm.
Most popular programming languages support generating hashes using the CRC32B algorithm. Using it in programming is also quite simple and easy.
Most popular programming languages support generating hashes using the CRC32B algorithm. Using it in programming is also quite simple and easy.
CRC32B in PHP
PHP convert string to CRC32B.
hash function in Php.net
function hash_crc32b_generator_php($input) {
return hash("crc32b", $input, false);
}
echo hash_crc32b_generator_php("https://vi.sita.app/crc32b-hash-generator");
//output e644bea9