Anonymity section with anonymity trilemma

This commit is contained in:
Oskar Thoren 2018-11-29 12:24:31 +08:00
parent d8280c626f
commit 9103822618
1 changed files with 7 additions and 2 deletions

View File

@ -5,15 +5,20 @@
- [Fundamentals](#fundamentals)
- [Messaging](#messaging)
- [Anonymity](#anonymity)
## Fundamentals
- [SoK: Secure Messaging](http://cacr.uwaterloo.ca/techreports/2015/cacr2015-02.pdf) - evaluation of current secure messaging solutions based on security, usability and adoption
- [The Differences Between Onion Routing and Mix Networks](https://crypto.is/blog/mix_and_onion_networks) - brief comparison
## Messaging
- [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) - two-party protocol to exchange encrypted messages based on shared key
- [X3DH](https://signal.org/docs/specifications/x3dh/) - two-party asynchronous key agreement protocol
## Anonymity
- [The Differences Between Onion Routing and Mix Networks](https://crypto.is/blog/mix_and_onion_networks) - brief comparison
- [Anonymity Trilemma: Strong Anonymity, Low Bandwidth Overhead, Low Latency—Choose Two](https://eprint.iacr.org/2017/954.pdf) - on fundamental tradeoff for anonymous communication protocols