element-android icon indicating copy to clipboard operation
element-android copied to clipboard

[Question] E2EE implications of using ntfy for push notifications

Open opusforlife2 opened this issue 3 years ago • 2 comments

The ntfy server does not have E2EE support yet (https://github.com/binwiederhier/ntfy/issues/69).

Element is E2EE though, so does that mean ntfy's lack of E2EE is irrelevant? Or is there some data that could be collected from the push notifications sent through ntfy?

I hope this information could be added to a wiki somewhere.

opusforlife2 avatar Jul 17 '22 14:07 opusforlife2

Element is E2EE though, so does that mean ntfy's lack of E2EE is irrelevant

Yes, your messages cannot be read by anyone except the end devices. Additionally, Element only sends random message and room IDs over the push notifications. The message contents are fetched from the homeserver separately.

is there some data that could be collected from the push notifications sent through ntfy

Primarily just when and how many notifications you receive, which can be eliminated by self-hosting a ntfy server.

karmanyaahm avatar Jul 30 '22 17:07 karmanyaahm

Thanks! That is very reassuring.

opusforlife2 avatar Jul 31 '22 15:07 opusforlife2