The md5() function uses the RSA Data Security, Inc. MD5 Message-Digest
Algorithm.
<?php
$str = "Hello";
echo md5($str);
?>
output
8b1a9953c4611296a827abf8c47804d7
<?php
$str = "Hello";
echo md5($str);
?>
output
8b1a9953c4611296a827abf8c47804d7
No comments:
Post a Comment