From 620761f225448e5c0fbf2f2f19ad8de7631c7b11 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 29 Aug 2017 10:36:58 +0200 Subject: [PATCH] add chamber --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd22420..bafa3ae 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c ## Datastores - [blackbox](https://github.com/StackExchange/blackbox) Safely store secrets in a VCS repo using GPG +- [chamber](https://github.com/segmentio/chamber) - Store secrets using AWS KMS and SSM Parameter Store - [dotgpg](https://github.com/ConradIrwin/dotgpg) A tool for backing up and versioning your production secrets or shared passwords securely and easily. - [redoctober](https://github.com/cloudflare/redoctober) Server for two-man rule style file encryption and decryption. - [Safe](https://github.com/starkandwayne/safe) - A Vault CLI that makes reading from and writing to the Vault easier to do.