Hacker News new | ask | show | jobs
by k-mcgrady 4034 days ago
>> "They've got your iMessage/Facetime chat logs"

Both of those services are encrypted so what useful data would they have on it?

I think Tim Cook's point is that they collect data solely to improve your user experience. If they stopped tomorrow they would continue making money. Other companies collect data they need for user experience plus data advertisers will find valuable so they can sell it/exploit it. If they stopped collecting data tomorrow they would die unless they radically changed their business model.

1 comments

That is correct, iMessage is encrypted, however they still have your metadata (who you're speaking with, timestamps) and because of how iMessage works (asymmetric cryptography with multiple public keys managed by Apple), it's easy on Apple's side to attach a new public key and device to your account such that anybody can then listen to the messages sent to you. And so, because you can't settle on a specific public key with the person you're talking with, the model is kind of broken, although it is better than nothing.

XMPP / OTR is a much better option for encrypted chats. It's fairly user friendly as well. Unfortunately big companies owning chat services are not fans of open standards.

Cool, thanks for the explanation.