How to: |
CHECKMD5 takes an alphanumeric input value and returns a 128-bit value in a fixed length alphanumeric string, using the MD5 hash function. A hash function is any function that can be used to map data of arbitrary size to data of fixed size. The values returned by a hash function are called hash values. They can be used for assuring the integrity of transmitted data.
CHECKMD5(buffer)
where:
Is a data buffer whose hash value is to be calculated. It can be a set of data of different types presented as a single field, or a group field in one of the following data type formats: An, AnV, or TXn.
CHECKMD5 calculates a fixed length MD5 hash check value, and HEXTYPE converts it to a printable hexadecimal string.
HEXTYPE(CHECKMD5(PRODUCT_CATEGORY))
For Accessories, the result is 98EDB85B00D9527AD5ACEBE451B3FAE6.
WebFOCUS | |
Feedback |