From dc68aadab458b2d7d02b78264066ce0edebc22a1 Mon Sep 17 00:00:00 2001 From: Kamil Chmielewski Date: Wed, 5 Jun 2024 23:50:35 +0200 Subject: [PATCH] Add dotsecrets to Datastores dotsecrets is a small self-contained bash script for encrypting secrets in a git repo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e33ec4..68f63ec 100644 --- a/README.md +++ b/README.md @@ -420,6 +420,7 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog - [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. +- [dotsecrets](https://github.com/kamilchm/dotsecrets) - Simple and easy secrets in git, perfect for small teams. - [redoctober](https://github.com/cloudflare/redoctober) - Server for two-man rule style file encryption and decryption. - [aws-vault](https://github.com/99designs/aws-vault) - Store AWS credentials in the OSX Keychain or an encrypted file - [credstash](https://github.com/fugue/credstash) - Store secrets using AWS KMS and DynamoDB