back to Table of Contents


GetStringSHA2$ (function)

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)


RESULT:

digest$ (STRING)


back to Table of Contents