Hashing in PHP -Doppelskripten
<?php
$str = 'scriptverse';
echo md5($str);
?>
Exuberant Eland
<?php
$str = 'scriptverse';
echo md5($str);
?>