md5 calculates the MD5 check sum using the algorithm http://www.faqs.org/rfcs/rfc1321.html, MD5 Message-Digest Algorithm (RFC 1321).
Return Value
ssMD5 is a string with a hexadecimal value (32 characters).
Parameters
ssString is a scalar string, which may contain 0-characters.
History
| Version | Description |
|---|---|
| 5.0.0 | Unicode |
| 4.2.1 | New |
See also
id-791842