From 0b16033c0a655553a128b5898580f3993b105c4a Mon Sep 17 00:00:00 2001 From: vixentael Date: Tue, 11 Aug 2020 21:54:32 +0300 Subject: [PATCH] Add Acra to Datastores --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04e145d..f284550 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog ## Datastores +- [acra](https://github.com/cossacklabs/acra) - Database security suite: proxy for data protection with transparent "on the fly" data encryption, data masking and tokenization, SQL firewall (SQL injections prevention), intrusion detection system. - [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.