Mega Code Archive

 
Categories / Php / Functions
 

MD5 with the hash() function in PHP 5 1 2+

<? $hashC = hash('md5', 'optimize this!'); ?>