elaborate on 1:1 group and publci in secure transport

This commit is contained in:
Oskar Thoren 2019-08-29 13:48:36 +02:00
parent 6b4200d4c1
commit 349890d9fb
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,9 @@ If an incoming message (on the same Whisper topic) fails to decrypt, a message i
## Messaging
All messaging in Status is subject to end-to-end encryption to provide users with a strong degree of privacy and security.
All 1:1 and group chat messaging in Status is subject to end-to-end encryption to provide users with a strong degree of privacy and security. Public chat messages are publicly readable by anyone since there's no permission model for who is participating in a public chat.
The rest of this document is purely about 1:1 and private group chat. Private group chat largely reduces to 1:1 chat, since there's a secure channel between each pair-wise participant.
### End-to-end encryption