Change description to mention end-to-end encryption (ref #52)
This commit is contained in:
parent
e497c71fb0
commit
2ed57f6dec
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
Ensichat
|
Ensichat
|
||||||
========
|
========
|
||||||
|
|
||||||
Instant messenger for Android that is fully decentralized. Messages are encrypted and sent directly
|
Instant messenger for Android that is fully decentralized, and uses strong end-to-end
|
||||||
between devices via Bluetooth or Internet, without any central server. Relay nodes are used to ensure
|
encryption. Messages are sent directly between devices via Bluetooth or Internet, without any
|
||||||
message delivery, even if the target node is offline.
|
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
|
For details on how Ensichat works, you can check out my [bachelor thesis](docs/bachelor-thesis.pdf), and
|
||||||
read the [protocol definition](PROTOCOL.md).
|
read the [protocol definition](PROTOCOL.md).
|
||||||
|
|
Reference in a new issue