kms_decrypt: Decrypt cipher into plain text via KMS

View source: R/kms.R

kms_decryptR Documentation

Decrypt cipher into plain text via KMS

Description

Decrypt cipher into plain text via KMS

Usage

kms_decrypt(cipher, simplify = TRUE)

Arguments

cipher

Base64-encoded ciphertext

simplify

returns decrypted plain-text instead of raw list

Value

decrypted text as string or list

See Also

kms_encrypt


botor documentation built on March 31, 2023, 9:53 p.m.