wwEncryption::GetChecksumFromBytes

Calculates a CheckSum from a binary blob using MD5 or SHA256.

o.GetChecksumFromBytes(lqBytes, lcMode)

Base64 encoded string of the checksum bytes

Parameters

lqBytes
The bytes to generate a checksum for

lcMode
SHA256,MD5

See also