Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Acra, database encryption & SQL injection prevention #23

Merged
merged 1 commit into from
Jul 30, 2018
Merged

Add Acra, database encryption & SQL injection prevention #23

merged 1 commit into from
Jul 30, 2018

Conversation

vixentael
Copy link
Contributor

Acra data leaks prevention suite enhances database with strong encryption, SQL firewall and intrusion detection system (honey pots).

Acra allows to selectively encrypt sensitive records with strong multi-layer cryptography in client-side application. Sensitive data is encrypted before being transmitted to the database, and decryption key is not stored on client side, neither on the database side.

Thus compromising both client-side application and database server won't lead to stealing key and decrypting data in the database.

@qazbnm456
Copy link
Owner

An interesting project! Thanks, @vixentael.

@qazbnm456 qazbnm456 merged commit 1ac8644 into qazbnm456:master Jul 30, 2018
qazbnm456 added a commit that referenced this pull request Jul 30, 2018
@vixentael vixentael deleted the patch-1 branch July 30, 2018 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants