&reftitle.examples; Calcula el MD5 y el hmac, y lo imprime como hexadecimal \n"; $hash = mhash(MHASH_MD5, $input, "Jefe"); echo "El hmac es " . bin2hex($hash) . "
\n"; ?> ]]>
&example.outputs;