Description:
Get a string’s MD5 signature.
Syntax:
Md5(s)
Note:
The function gets string s’s MD5 signature. MD5 is a widely used hash function producing a hash value.
Parameter:
s |
A string. |
Return value:
A string
Example:
md5("abced") |
|