Live data from Hacker News

Getting a push message on your phone when your laptop battery is running low

dammit.nl

11–15 of 15 posts

Re: Getting a push message on your phone when your laptop battery is running low

#12
post #9

Earlier quoted context omitted.

Huh? How exactly are they stopping you from sending an encrypted message?

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.

Re: Getting a push message on your phone when your laptop battery is running low

#13
post #12

Earlier quoted context omitted.

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

Re: Getting a push message on your phone when your laptop battery is running low

#14

I'm paranoid and it makes me sick the fact that there's no push platform that supports encryption. I don't want service providers to know what I push.

Pushover uses SSL, and then hands off to GCM for notifications. Yes, it's not end to end and you don't control the keys, but it seems to be the best current option and is MILES better than Pushbullet, who have yet to come up with a way to monetize.

https://pushover.net/faq#security

They also have a warrant canary for what it's worth ttps://pushover.net/canary.asc

Re: Getting a push message on your phone when your laptop battery is running low

#15
post #9

Earlier quoted context omitted.

Huh? How exactly are they stopping you from sending an encrypted message?

There's no mechanism to decrypt the result before display. So enjoy decrypting AES in your head!

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.

Post reply on HN