sonny
11-22-2011, 06:02 PM
Hi
Is this all that's required to safely create a md5 encrypted password?
$usr="test";
$str="testtest";
$done=$usr.':'.md5($str);
echo $done;
Thanks
Sonny
Is this all that's required to safely create a md5 encrypted password?
$usr="test";
$str="testtest";
$done=$usr.':'.md5($str);
echo $done;
Thanks
Sonny