Reference Guide > TDV Support for SQL Functions > Cryptographic Functions > HASHMD5
 
HASHMD5
HASHMD5 is a cryptographic hash function known as the MD5 Message-Digest Algorithm.
Syntax
HASHMD5 (value)
Remarks
The value argument specifies a key for use with the cryptographic algorithm; it is a STRING, BINARY, or a value that can be converted to a STRING by implicit casting. The return value is a binary hashed value.
Example
HASHMD5 (‘dslfdkjLK85kldhnv$n000#knf’)