Challenge the talent inside you, participate in Animate 2024!     Click here for details.

MD5 Encryption - English

8350 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.