WWhat is the functionality of md5 function in PHP?
Answer Posted / lakum
md5 means Messagedigest5 is an algorithem
converst the plain text to hipher text
mainly used in store the user passwords in database
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What are the different components used in php for formatting?
How can you get the size of an image in PHP?
How do you compare strings in java?
What is csrf token and why it is required?
How do functions work?
What are the two most common ways to start and finish a php block of code?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is $row in php?
What is meant by variable variables in php?
Which php framework is best for beginners?
how retrive the video file in php using video tag
How can we submit form without a submit button?
Tell me how a constant is defined in a php script?
What is the difference between null and empty?
How to list all values of submitted fields?