back to Table of Contents


GetStringMD5$ (function)

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)


RESULT:

digest$ (STRING)


back to Table of Contents