MD2 hash Generator
This tool helps you to generate MD2 code, Md2 Code length equal to MD5 code length, MD2 Hash can be used to generate checksum code
Enter string to convert to MD2
This tool uses hash code generation using MD2 encryption algorithm.
Most popular programming languages support generating hashes using the MD2 algorithm. Using it in programming is also quite simple and easy.
Most popular programming languages support generating hashes using the MD2 algorithm. Using it in programming is also quite simple and easy.
MD2 in PHP
PHP convert string to MD2.
hash function in Php.net
function hash_md2_generator_php($input) {
return hash("md2", $input, false);
}
echo hash_md2_generator_php("https://codezi.pro/md2-hash-generator");
//output db681c74a2309c1e7b824dae750ad428