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 php language is used?
Does php need html?
Tell me what is the use of explode() function?
What is a PHP Filter?
What is the purpose of basename() function in PHP?
Tell me what is mean by an associative array?
Which functions are used to count the total number of array elements in php?
What are the differences between php constants and variables?
How to break a file path name into parts?
What is the use of preg_match in php?
What are the rules to declare a php variables?
Write a program using while loop?
Why does php need server?
What is $_ get?
What is a definer in mysql?