From cbef48f6c459f92ebad9398b5f582b34390da220 Mon Sep 17 00:00:00 2001 From: vixentael Date: Mon, 23 Jul 2018 17:52:37 +0300 Subject: [PATCH] add cryptographic libraries/tools --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3edcd2..515bb92 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ at PyDays Vienna 2018, but contributions of new ideas and technical examples are * ⚡️ Call for action * [Signal](https://signal.org/) – great e2e encrypted chat app, open source & needs UX help * [Mailpile](https://github.com/mailpile/Mailpile) – web-based email client w/ PGP in Python + * [Themis](https://github.com/cossacklabs/themis) – open-source cryptography library for making typical encryption schemes easy to use in the real-world use cases like data at rest, authenticated data exchange, transport protection, authentication, and so on. Allows to easily build-in encryption into your app, has Python wrapper and examples. + * [Acra](https://github.com/cossacklabs/acra) – Acra is a network encryption proxy to protect databases and database-based applications from data leaks, allowing greater security for distributed applications via cryptography and intrusion detection. Open source, has Python client libraries. ## Free Press @@ -123,4 +125,4 @@ at PyDays Vienna 2018, but contributions of new ideas and technical examples are [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -To the extent possible under law, [Dražen Lučanin](https://metakermit.com) has waived all copyright and related or neighboring rights to this work. \ No newline at end of file +To the extent possible under law, [Dražen Lučanin](https://metakermit.com) has waived all copyright and related or neighboring rights to this work.