No questions yet
930 visits
Outline:MD5 Encryption Calculates the MD5 hash of str using the RSA Data Security, Inc.'s MD5 Message-Digest Algorithm, and returns that hash (Its a one way encrypting technique). Syntax : string md5 ( string $str [, bool $raw_output = false ] ) Used in encrypting passwords and storing them in a database.
MD5 Encryption Calculates the MD5 hash of str using the RSA Data Security, Inc.'s MD5 Message-Digest Algorithm, and returns that hash (Its a one way encrypting technique). Syntax : string md5 ( string $str [, bool $raw_output = false ] ) Used in encrypting passwords and storing them in a database.
Show video info
Pre-requisite