Tuesday, 29 January 2013

why md5 is used for?and how it is used?

The md5() function uses the RSA Data Security, Inc. MD5 Message-Digest Algorithm.

<?php
$str = "Hello";
echo md5($str);
?>

output
8b1a9953c4611296a827abf8c47804d7

No comments:

Post a Comment