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
Which php framework is fastest?
Does php have block scope?
Write a php function to convert all null values to blank?
What is php and sql used for?
Do you know what is the use of rand() in php?
Is php a middleware?
What is php rest api?
Which function(s) in PHP computes the difference of arrays?
How does php server work?
What is a lambda function in php?
Do you know how can php and html interact?
What are the advantages of triggers?
What is the use session in php?
How do you create an array in php?
Tell me how can we display information of a variable and readable by human with php?