From 3ca61e708ca2ac099d5debf6ae7a7a1b87966932 Mon Sep 17 00:00:00 2001 From: vixentael Date: Mon, 30 Jul 2018 15:29:41 +0300 Subject: [PATCH] Add Acra, database encryption & SQL prevention https://github.com/cossacklabs/acra --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e95941..5abe4bc 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre ### Preventing - [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist by [@leizongmin](https://github.com/leizongmin). +- [Acra](https://github.com/cossacklabs/acra) - Client-side encryption engine for SQL databases, with strong selective encryption, SQL injections prevention and intrusion detection by [@cossacklabs](https://www.cossacklabs.com/). ### Proxy