MD5 by way of the mhash extension : mhash « Utility Function « PHP






MD5 by way of the mhash extension

 
<?
$hashB = bin2hex(mhash(MHASH_MD5, 'optimize this!'));
?>
  
  

Related examples in the same category

1.mhash.php