bigframes.bigquery.aead#

AEAD encryption functions

Functions

decrypt_bytes(keyset, ciphertext, ...)

Uses the matching key from keyset to decrypt ciphertext and verifies the integrity of the data using additional_data.

decrypt_string(keyset, ciphertext, ...)

Like AEAD.DECRYPT_BYTES, but where additional_data is of type STRING.

encrypt(keyset, plaintext, additional_data)

Encrypts plaintext using the primary cryptographic key in keyset.