Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push Message Encryption #2322

Closed
ghost opened this issue Jul 21, 2020 · 5 comments
Closed

Push Message Encryption #2322

ghost opened this issue Jul 21, 2020 · 5 comments

Comments

@ghost
Copy link

ghost commented Jul 21, 2020

  • Your Rocket.Chat Experimental app version: All Versions
  • Your Rocket.Chat server version: 3.4
  • Device (or Simulator) you're running with: Any

Hi,

since RC will be enforcing the registration for the ability to use the push gateway, we were generally wondering if the push notifications are actually encrypted, besides TLS. Our users depend on the message content being sent as a payload. Turning that off for privacy reasons is not really an option.
So, if there is no further encryption implemented, we would like to add this as a feature request.

Thank you in advance and have a nice day.

@diegolmello
Copy link
Member

Hi!
We're going to implement push notification encryption soon, but we're already finishing a similar feature we called Push Notification Privacy
The server PR was merged a few hours ago.

It's not an encryption yet, but the info isn't going to be sent to Apple/Google anymore.

Quick explanation:

Push notification encryption

Whole notification needs to be encrypted on the server and decrypted on the app before displaying it.

Push notification privacy

The server sends only the message id on the push notification and the app fetches the rest of content from the server before displaying it.


Push Notification Privacy is planned to be released in August.

Thanks.

@ankar84
Copy link
Contributor

ankar84 commented Jul 22, 2020

Push Notification Privacy is planned to be released in August.

Sound like a wonderful feature!
Will wait it a lot!

@la-coste

This comment has been minimized.

@diegolmello

This comment has been minimized.

@diegolmello
Copy link
Member

Already implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants