TEST
from the dev
environment of the PROJECT_ID
project.
getSecret()
fetches and returns a shared secret.
key
(string): A base64-encoded, 256-bit symmetric key, that can be used for encryption/decryption purposes.
tag (getTag())
(string): A base64-encoded, 128-bit authentication tag.
iv (getIv())
(string): A base64-encoded, 96-bit initialization vector.
ciphertext (getCipherText())
(string): A base64-encoded, encrypted ciphertext.
Plaintext
(string): The decrypted plaintext.