WWhat is the functionality of md5 function in PHP?
Answer Posted / vivek
Calculates the MD5 hash of str using the ? RSA Data
Security, Inc. MD5 Message-Digest Algorithm, and returns
that hash. The hash is a 32-character hexadecimal number. If
the optional raw_output is set to TRUE, then the md5 digest
is instead returned in raw binary format with a length of 16.
The optional raw_output parameter was added in PHP 5.0.0 and
defaults to FALSE
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
List functions available to sort an php array?
Can we run php in apache tomcat?
Explain which cryptographic extension provide generation and verification of digital signatures?
What is x+ mode in fopen() used for?
What are the differences between GET and POST methods in form submitting?
What is htmlentities function in php?
What does the unlink() function means?
Why php language is used?
What is the method to register a variable into a session?
How can php and javascript interact?
Write a php script to get the largest key in an array?
Do while loops?
What is session cookies php?
Why print_r is used in php?
What is the use of preg_match in php?