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