Merge pull request #23 from vixentael/patch-1

Add Acra, database encryption & SQL injection prevention
This commit is contained in:
Boik 2018-07-31 01:42:43 +08:00 committed by GitHub
commit 1ac8644cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -502,6 +502,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
### Preventing ### 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). - [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> <a name="tools-proxy"></a>
### Proxy ### Proxy