kms_encrypt {botor} | R Documentation |
Encrypt plain text via KMS
Description
Encrypt plain text via KMS
Usage
kms_encrypt(key, text, simplify = TRUE)
Arguments
key |
the KMS customer master key identifier as a fully specified Amazon Resource Name (eg |
text |
max 4096 bytes long string, eg an RSA key, a database password, or other sensitive customer information |
simplify |
returns Base64-encoded text instead of raw list |
Value
string or list
See Also
[Package botor version 0.4.0 Index]