Change description to mention end-to-end encryption (ref #52)

This commit is contained in:
Felix Ableitner 2016-09-30 12:39:10 +09:00
parent e497c71fb0
commit 2ed57f6dec
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
Ensichat
========
Instant messenger for Android that is fully decentralized. Messages are encrypted and sent directly
between devices via Bluetooth or Internet, without any central server. Relay nodes are used to ensure
message delivery, even if the target node is offline.
Instant messenger for Android that is fully decentralized, and uses strong end-to-end
encryption. Messages are sent directly between devices via Bluetooth or Internet, without any
central server. Relay nodes are used to ensure message delivery, even if the target node is
offline.
For details on how Ensichat works, you can check out my [bachelor thesis](docs/bachelor-thesis.pdf), and
read the [protocol definition](PROTOCOL.md).