encrypt text

we use md5 method in php to ecript text.

$text = "something";
$enc_text= md5($text);

echo "ecript text": $enc_text;

0 comments:

Post a Comment