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
Why does php start with variables?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
How to create a session? How to set a value in session? How to remove data from a session?
What is slim framework?
How to do single and multi line comment in php?
How to replace a text in a string with another text in php?
Which cryptographic functions in php returns the longest hash value?
How we can retrieve the data in the result set of mysql using php?
What is cookie and why do we use it?
What is echo and print in php?
Does empty check for null?
What is full form of PHP?
Are static variables final?
How to invoke a user function?
How to close a session properly?