Skip to main content

MD5HASH

Calculates the MD5 Hash of a string. Returned as an ASCII hex string representation.

Syntax

string MD5HASH(string value)

Example

To return a MD5 Hash of the string "abcde" you can use:

MD5HASH("abcde")

This would return "E0D0A8A9779F75750C64A45BB350EA59".

You can convert any string columns in your data source to MD5 Hash by entering the column name into the brackets e.g. MD5HASH(MyColumn).