@synap/nest-aws-kms
v1.0.0
Published
A Nest module provides an interface to the AWS Key Management Service.
Downloads
147
Readme
Nest AWS KMS Utilities
A Nest module provides an interface to the AWS Key Management Service.
Decryption
The AwsKmsService
has a decrypt
method that takes a base64-encoded CiphertextBlob
and
returns a plaintext string.