From 57a5d7a768d12e92a53c516808548808634e71fa Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 29 Aug 2017 10:11:34 +0200 Subject: [PATCH] add confidant & fix formatting --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd22420..c281e53 100644 --- a/README.md +++ b/README.md @@ -267,13 +267,14 @@ 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 -- [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. +- [blackbox](https://github.com/StackExchange/blackbox) - Safely store secrets in a VCS repo using GPG +- [confidant](https://github.com/lyft/confidant) - Stores secrets in AWS DynamoDB, encrypted at rest and integrates with IAM +- [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. - [Sops](https://github.com/mozilla/sops) - An editor of encrypted files that supports YAML, JSON and BINARY formats and encrypts with AWS KMS and PGP. - [passbolt](https://www.passbolt.com/) - The password manager your team was waiting for. Free, open source, extensible, based on OpenPGP. -- [passpie](https://github.com/marcwebbie/passpie) Multiplatform command-line password manager +- [passpie](https://github.com/marcwebbie/passpie) - Multiplatform command-line password manager - [Vault](https://www.vaultproject.io/) - An encrypted datastore secure enough to hold environment and application secrets. ## Other Awesome Lists