kms_decrypt_file {botor}R Documentation

Decrypt file via KMS

Description

Decrypt file via KMS

Usage

kms_decrypt_file(file, return = file)

Arguments

file

base file path (without the enc or key suffix)

return

where to place the encrypted file (defaults to file)

Value

decrypted file path

See Also

kms_encrypt kms_encrypt_file


[Package botor version 0.4.0 Index]