@aercolino/secreta-encrypt
v0.1.0
Published
Encrypt configuration secrets with a public key. (CLI command)
Downloads
4
Maintainers
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.