TEST
from the dev
environment of the PROJECT_ID
project.
npm
to add @infisical/sdk
to your 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
(string): A base64-encoded, 128-bit authentication tag.
Iv
(string): A base64-encoded, 96-bit initialization vector.
CipherText
(string): A base64-encoded, encrypted ciphertext.
Plaintext
(string): The decrypted plaintext.