[ Web Proxy ]
URL:
Viewing: https://dataframes.bigquery.dev/reference/api/bigframes.bigquery.aead.html [Back]  [Original]

bigframes.bigquery.aead — bigframes documentation
Back to top
Search the docs ...:

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.


Web Proxy Viewer  |  New URL  |  Original Page