Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions zaps/0002-encrypt-push-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ in between the individual Zulip server and its users.
# Design

Each mobile push notification a Zulip server sends will be encrypted
with a public key belonging to the intended user device.
The corresponding private key will have been generated by the Zulip
mobile app on the device, and will remain only on the device.
with a secret key specific to the intended user device.
The key will have been generated by the Zulip mobile app
on the device, and shared only between that device
and the server.

When a Zulip server sends a notification, the only information it
sends to the Mobile Push Notification Service will be the cryptotext
Expand Down