Home » Interview » Technology

What is the functionality of md5 function in PHP?

Correct Answer: Calculate the md5 hash of a string The hash is a 32-character hexadecimal number I use it to generate keys which I use to identify users etc If I add random no techniques to it the md5 generated now will be totally different for the same string I am using

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion