Hacker News new | ask | show | jobs
by dmd 4036 days ago
Huh? How exactly are they stopping you from sending an encrypted message?
1 comments

There's no mechanism to decrypt the result before display. So enjoy decrypting AES in your head!
If you're worried about encryption, though, you wouldn't be using their app to display the pushed messages, you'd be using something you control; you only use their push infrastructure as infrastructure.
or just open source

There is still no "compile code, install app, and throw this process on a VPS" solution for pushes, from what I recall

Think of it like email: Email is not inherently secure, but there is nothing to stop you sending an encrypted message via email.

So in this case you would push an encrypted message, and your app would decrypt the message before displaying its contents.