Hashing dalam scripting ganda php
<?php
$str = 'scriptverse';
echo md5($str);
?>
Exuberant Eland
<?php
$str = 'scriptverse';
echo md5($str);
?>