Quantcast
Channel: ForDevs » PHP
Viewing all articles
Browse latest Browse all 8

Encrypting string value using MD5 in PHP

$
0
0
The md5 method is used to convert the string value into md5 value.The syntax is, string md5 ( string $str [, bool $raw_output ] ) Parameters str : The string.raw_output : 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. [...]

Viewing all articles
Browse latest Browse all 8

Trending Articles