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 cryptographic libraries/tools #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vixentael
Copy link

I found your list after reading slides. I thought it would be useful to add some tools that developers can use to make their applications more secure (and to encrypt their users data from prying eyes!).

I've added Themis and Acra, both projects written by cryptographers for applied developers, both are open source and free to use. (Disclaimer: I'm a maintainer for both of them.)

Themis is a library, especially useful for building encrypted communication for multi-platform applications (for example, mobile apps with server-side written in Python).

Acra is a more complex encryption tool for databases. Acra allows to selectively encrypt sensitive records with strong multi-layer cryptography in client-side application. Client-side app doesn't have decryption key, thus compromising app won't lead to stealing key and decrypting data in the database. Acra has client libraries written in Python.

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.

1 participant