Reference Guide > TDV Support for SQL Functions > Cryptographic Functions > HASHSHA
 
HASHSHA
HASHSHA is a cryptographic hash function known as the Secure Hash Function.
Syntax
HASHSHA (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
HASHSHA (‘dslfdkjLK85kldhnv$n000#knf’)