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
How to join multiple strings stored in an array into a single string?
What is member function?
What is the $_ server php_self variable?
Is php 5.6 secure?
What is php session and how it works?
What is putenv?
What is namespaces in PHP?
What is the use of rand() in php?
What is php namespace?
Why use php artisan serve?
How to include variables in double-quoted strings in php?
How does php and apache work?
What are the three classes of errors that can occur in php?
What is lamp in php?
What is meant by pear in php? What is the purpose of it?