In what are the ways you can encrypt the password ?
Answer Posted / supriya
$enc=base64_encode("allinterview");
echo $enc;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When to use inquire vs enquire?
What is empty () in php?
Where do I run php code?
What are php errors?
What is the difference between require_once and require in php?
What is a variable cost example?
How do I check environment variables?
Tell me is it possible to protect special characters in a query string?
How to check a key exist in an array?
What is an object in php?
What is php and what does it do?
How many days will it take to learn php?
Describe the security vulnerability of PHP?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
What is the difference between php4 and php5?