Create Hash Values
    • 1 Minute to read
    • Dark
      Light

    Create Hash Values

    • Dark
      Light

    Article summary

    These functions apply cryptographic hashes to a value. You can apply hashes to values stored in profile attributes or Related Data.

    These functions take a string of any length as input and produce a fixed-length hash value.

    Function

    Description

    ​ecx:md5hex​

    Hashes a value with the message-digest algorithm 5. Produces a hexadecimal string.

    ​ecx:md5base64​

    Hashes a value with the message-digest algorithm 5. Produces a string that is encoded in Base64.

    ​ecx:sha256hex​

    Hashes a value with the Secure Hash Algorithm SHA-256. Produces a hexadecimal string.


    Was this article helpful?

    What's Next