Compute the MD5 Message-Digest of the given message. The message can be any sequence of bytes inclusive zeros and control chars.
SYNTAX:
digest$ = GetStringMD5$ (MsgData$)
INPUTS:
MsgData$ (STRING)
- The message data you want to get the MD5 Message-Digest from.
RESULT:
digest$ (STRING)
- The MD5 Message-Digest of the given message as hexadecimal string.