In what are the ways you can encrypt the password ?
Answer Posted / ks.tarun
with md5() function
with base64_encode() function..
but in base64_encode, it will take 33% more space then
original data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between action hook and filter hook?
How can MYSQL functions be available with PHP?
How to display your correct URL of the current web page?
Which is best framework for php?
What are sql functions?
What is cookie?
How does html form submit work?
How long is csrf token?
Is php fully object oriented?
What is composer phar?
Can I use php in html?
What is constructor and destructor?
What are the 5 types of variables?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How to download file in php?