@aercolino/secreta-decrypt-aws
v0.1.0
Published
Decrypt configuration secrets with a private key. (node module for AWS Lambda functions)
Downloads
3
Readme
Secreta
Secreta is a little suite of tools for managing configuration secrets in AWS Lambda functions.
Features
- Asymmetric encryption with RSA keys (public and private), directly generated on AWS.
- Local encryption on disk with the public key: both this key and the ciphertext can be shared in the repo.
- Remote decryption in memory with the private key: this key is stored encrypted, directly on AWS.