Generating message digests in ABL
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Generating message digests in ABL
ABL provides the following built-in function to generate message digests:
Syntax
|
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.