Previous topic

maxi

Next topic

md5_file

This Page

md5ΒΆ

md5 calculates the MD5 check sum using the algorithm http://www.faqs.org/rfcs/rfc1321.html, MD5 Message-Digest Algorithm (RFC 1321).

ssMD5 = md5(ssString)

Return Value

ssMD5 is a string with a hexadecimal value (32 characters).

Parameters

ssString

ssString is a scalar string, which may contain 0-characters.

History

Version Description
5.0.0 Unicode
4.2.1 New

id-791842