Add Signal protocols and mixnet vs onion routing

This commit is contained in:
Oskar Thoren 2018-11-29 12:19:17 +08:00
parent ab4ee25d49
commit d8280c626f
1 changed files with 9 additions and 0 deletions

View File

@ -4,7 +4,16 @@
## Table of Contents
- [Fundamentals](#fundamentals)
- [Messaging](#messaging)
## 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