Function “md5Of”

function md5Of(data)

Computes the MD5 sum of the given string.

Parameters

NameTypeDescription
datastringThe data for which to compute the MD5 sum

Return Value

Returns the 128-bit hash value encoded as a hex string.