Skip to main content

Cryptography

Function NameDescription
AES_DECRYPTDecrypts a string produced by AES encryption. Deprecated on Dremio Software: Will be removed from Dremio Software in a future release. Dremio recommends DECRYPT on Dremio Software for improved security and support for modern cipher modes.
AES_ENCRYPTEncrypts a string using AES encryption. Deprecated on Dremio Software: Will be removed from Dremio Software in a future release. Dremio recommends ENCRYPT on Dremio Software for improved security and support for modern cipher modes.
MD5Computes the MD5 hash value of a string.
SHA, SHA1Computes the SHA-1 hash value of a string.
SHA256Computes the 256-bit SHA-2 hash value of a string.
SHA512Computes the 512-bit SHA-2 hash value of a string.