string this-> MD5(string)

(Caronte Pcode version 2.0)

Description

string this-> MD5( string );

Calculates the MD5 hash of string using the RSA Data Security, Inc. MD5 Message-Digest Algorithm, and returns that hash.
The hash is a 32-character hexadecimal number.

 

Example.

Source:

CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this);

this->Print(this->MD5("Hello world"));




Out:

3e25960a79dbc69b674cd4ec67a72c62