Comment on WhatsApp deletes over 6.8m accounts linked to scams, Meta says
WindyRebel@lemmy.world 4 days agoI’ll my best guess is you have numbers associated with profiles and maybe the numbers get reported as scams through various watchdog orgs or people reporting to Meta directly?
The profiles aren’t encrypted I don’t think?
Glitterbomb@lemmy.world 4 days ago
What’s your best guess at how whatsapp manages to generate AI summaries of your private messages without ever reading the private messages?
pcmag.com/…/meta-ai-summarize-your-whatsapp-chats
Even a cursory attempt at defending these companies is a bad joke.
WindyRebel@lemmy.world 4 days ago
First, if I were to take a guess I would assume that it can be coded to give the AI access to messages because it’s part of the encryption protocol? I really have no idea because I don’t write code or deal with backend stuff.
Second, I’m not defending the tech company. I’m coming up with a hypothesis as to why something may be possible. I’m not saying it’s probable.
deadcade@lemmy.deadca.de 3 days ago
The concept of “End to End Encryption” (E2EE) is that one end encrypts the data, it passes through transport, and the only person who can read the decrypted data is the intended receiver.
In the case of WhatsApp, this should mean:
The whole “Meta AI summaries” thing has to run on their servers. Large language models small enough to fit on a phone don’t produce sensible output yet, and your phones battery would drain very quickly. Since each message is (supposed to be) encrypted with different keys, no human nor computer can make sense of the encrypted data without the keys to decrypt it. For their servers to provide a “summary of your chats”, they have to be able to read the content of the messages. Thus proving that the whole “end to end encryption” in WhatsApp is either false, or made entirely useless with them sending all messages to themselves without E2EE.
The only proof that would invalidate this is evidence of the LLM running locally on device. Even then, the way some of WhatsApp’s services work (like notifications, WhatsApp Web) creates some serious doubt on the “E2EE” claim.
It is absolutely essential that any communications platform claiming “E2EE” proves this by making the client-side code (the stuff running on your device) fully open source. A proprietary app, like WhatsApp, by definition makes it harder to fully understand its inner workings, and thus fully verify the E2EE claim.
vacuumflower@lemmy.sdf.org 3 days ago
You should have read your link before typing all this. Their E2EE is a bit similar to OMEMO and Signal in the sense that one device is really like one contact, and one chat between two people is really like a group chat with many members associated with two identities. So they are adding another optional endpoint where you send the message to get that summary.
Of course if you do send it, it’s readable by them no matter what they say.
Of course proprietary encryption (I’d argue that even proprietary code) can’t be trusted to do what declared.
But there is no logical contradiction whatsoever between their claim of having E2EE and this functionality.
WindyRebel@lemmy.world 3 days ago
Thank you for that explanation!
So, this is probably dumb but could their whole argument be that it’s E2EE ffromnyour phone to their server, which unpacks it and reads it, then repackages it and E2EE from the server to the recipient while the AI sends the summary back to you E2EE from the server?
It’s so stupid, but I could see they’r their marketing saying that it’s technically E2EE just with a…detour.
ifItWasUpToMe@lemmy.ca 3 days ago
That’s not really how encryption works. If their chat bot can read/parse the message, then it has the keys, which means meta would have the keys. This doesn’t mean they absolutely are reading your messages, but it does seem to mean it would be possible.
vacuumflower@lemmy.sdf.org 3 days ago
No it doesn’t have to, their article says if you enable it, the messages are resent someplace. Of course those that are have to be read by whatever summarizes them, so are not secured from Meta.
Honestly for systems operating on sequences of tokens, like those “AI”'s, I wonder if it’s possible to divide their functionality so that it would be a zero-knowledge system with the side providing computation not being able to decipher them.
In the dumbest sense, if some operation can be reduced to multiplication of two numbers, or modulo 2 addition, or whatever, and those two numbers encrypted and combined thus result in something predictably decrypted by someone having encrypted the original numbers, then you can offload the hard operation to a remote service and not worry about them learning what the numbers really were. There are probably articles and whitepapers describing how to do exactly this, fundamental science is usually beyond what’s been done practically.
vacuumflower@lemmy.sdf.org 3 days ago
That’s how.
bob_omb_battlefield@sh.itjust.works 3 days ago
I found technical details of the private processing in this whitepaper: ai.meta.com/…/private-processing-technical-whitep…