AES_DECRYPT
Learn how to use the AES_DECRYPT cryptographic function in PlaidCloud Lakehouse. Decrypts a value encrypted with AES - see syntax, examples, and output.
This section provides reference information for the cryptographic functions in PlaidCloud Lakehouse.
Learn how to use the AES_DECRYPT cryptographic function in PlaidCloud Lakehouse. Decrypts a value encrypted with AES - see syntax, examples, and output.
Learn how to use the AES_ENCRYPT cryptographic function in PlaidCloud Lakehouse. Encrypts a value using AES encryption - see syntax, examples, and output.
Learn how to use the BASE64_DECODE_BINARY cryptographic function in PlaidCloud Lakehouse. Decodes a base64-encoded string to a binary value.
Learn how to use the BASE64_DECODE_STRING cryptographic function in PlaidCloud Lakehouse. Decodes a base64-encoded string to a VARCHAR string.
Learn how to use the FROM_BASE64 cryptographic function in PlaidCloud Lakehouse. Decodes a base64-encoded string. Alias for BASE64_DECODE_STRING.
Learn how to use the MD5 cryptographic function in PlaidCloud Lakehouse. Returns the MD5 hash of a string as a 32-character hexadecimal string.
Learn how to use the MD5SUM cryptographic function in PlaidCloud Lakehouse. Returns the MD5 hash of multiple strings concatenated together.
Learn how to use the MD5SUM_NUMERIC cryptographic function in PlaidCloud Lakehouse. Returns the MD5 hash of multiple strings as a 128-bit numeric value.
Learn how to use the SHA2 cryptographic function in PlaidCloud Lakehouse. Returns the SHA-2 hash of a string for a specified bit length (224, 256, 384, or 512).
Learn how to use the SM3 cryptographic function in PlaidCloud Lakehouse. Returns the SM3 hash of a string - see syntax, examples, and output.
Learn how to use the TO_BASE64 cryptographic function in PlaidCloud Lakehouse. Encodes a string to a base64-encoded string - with syntax and examples.