@aercolino/secreta-encrypt

0.1.0 • Public • Published

Secreta

Secreta is a little suite of tools for managing configuration secrets in AWS Lambda functions.

Features

  1. Asymmetric encryption with RSA keys (public and private), directly generated on AWS.
  2. Local encryption on disk with the public key: both this key and the ciphertext can be shared in the repo.
  3. Remote decryption in memory with the private key: this key is stored encrypted, directly on AWS.

Secreta Encrypt

Documentation

Package Sidebar

Install

npm i @aercolino/secreta-encrypt

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • aercolino