You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable having chats between users which are end-to-end encrypted. The server should not be able to read the message.
There are two alternative/complementing routes that can be taken here.
Like now the server accepts all messages and relies them, but the message is encrypted, and it is impossible for the app server to decrypt it
Form peer-to-peer connections between users and send messages directly, without the server every getting the message. This has obvious downsides that both users must be online at the same time and you can't ask the server for a log of previous messages. They would be stored in the client and lost if the client's state is wiped.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Enable having chats between users which are end-to-end encrypted. The server should not be able to read the message.
There are two alternative/complementing routes that can be taken here.
Beta Was this translation helpful? Give feedback.
All reactions