howt to encrypt any script using PHP for purpose of secure your information?
(1)type given code below.
<?php
$str= "om";
echo md5($str);
?>
run it using wamp server . it will provide you encrypted output is as given below:-
(1)type given code below.
<?php
$str= "om";
echo md5($str);
?>
run it using wamp server . it will provide you encrypted output is as given below:-
5d41402abc4b2a76b9719d911017c592
No comments:
Post a Comment