Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

kms_encrypt

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 arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012) or an alias with the alias/ prefix (eg alias/foobar)

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


botor

'AWS Python SDK' ('boto3') for R

v0.3.0
AGPL-3
Authors
Gergely Daróczi [aut, cre] (<https://orcid.org/0000-0003-3149-8537>), System1 [fnd]
Initial release
2020-02-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.