Md5
The Md5()
function hashes one or more text strings into one hexadecimal text value which is hashed using the MD5 algorithm.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Hashed values cannot be decoded, usually you check an incoming value against a known value that you hash yourself and check if both values are identical, to verify correctness without knowing the actual value.
Returns a 128-bit hexadecimal representation of an MD5 hashed value.
Returns unknown
if one of the parameter values is unknown or outside the common valid boundaries.
Syntax
Parameters
Last updated