You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

md5()

Usage

md5(string)

Description
Returns the MD5 hash value (32 characters alphanumeric (hex)) of the given string. The method takes exactly one argument.

Example

<div id="user-${md5(me.eMail)}"></div>

results in

<div id="user-c3bfefa0c01486e95cc345472626e9cb)}"></div>

Search results for "md5()"

md5()

Returns the MD5 hash value (32 characters alphanumeric (hex)) of the given string. The method takes exactly one argument.

md5(string)