Generating message digests in ABL

ABL provides the following built-in function to generate message digests:

Syntax

MESSAGE-DIGEST( hash-algorithm, data-to-hash[, hash-key ] )

The hash-algorithm is a character string that specifies which hashing algorithm to use. This can be "SHA-1", "SHA-256", "SHA-512", "HMAC-SHA-1", "HMAC-SHA-256", "HMAC-SHA-384", and "HMAC-SHA-512".

For more detail on the MESSAGE-DIGEST function, see the ABL Reference.