Add Acra, database encryption & SQL prevention

https://github.com/cossacklabs/acra
This commit is contained in:
vixentael 2018-07-30 15:29:41 +03:00 committed by GitHub
parent d6b5adf414
commit 3ca61e708c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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/).
<a name="tools-proxy"></a>
### Proxy