WWhat is the functionality of md5 function in PHP?
Answer Posted / diwakar tiwari
md5 is one encryption algorithm. for using this function we
can store password in database. After using this function ,
we can not decrypt password. it convert plain text into 32-
character hexadecimal number.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the functions used in php?
What types of loops exist in php?
What is the meaning of symbol '$' in jquery?
What is php constructor?
What is different between software and app
What is putenv?
How to convert numbers to strings in php?
What are the different types of PHP arrays?
How to concatenate two strings together in php?
How can cross site request forgery csrf be prevented?
How can I make a script that can be bilingual (supports english, german)?
What is parent __construct ();?
What are the main error types in php?
What is the use of limit in mysql?
How to remove blank spaces from the string?