Function “md5Of”
function md5Of(data)
Computes the MD5 sum of the given string.
Parameters
| Name | Type | Description |
|---|---|---|
data | string | The data for which to compute the MD5 sum |
Return Value
Returns the 128-bit hash value encoded as a hex string.
function md5Of(data)
Computes the MD5 sum of the given string.
| Name | Type | Description |
|---|---|---|
data | string | The data for which to compute the MD5 sum |
Returns the 128-bit hash value encoded as a hex string.