Skip to content

WhatsApp deletes over 6.8m accounts linked to scams, Meta says

Technology
24 16 0
  • This post did not contain any content.

  • 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?

    What's your best guess at how whatsapp manages to generate AI summaries of your private messages without ever reading the private messages?

    Even a cursory attempt at defending these companies is a bad joke.

  • What's your best guess at how whatsapp manages to generate AI summaries of your private messages without ever reading the private messages?

    Even a cursory attempt at defending these companies is a bad joke.

    First, if I were to take a guess I would assume that it can be coded to give the AI read/write access to messages because it’s part of the encryption protocol without giving it to Meta as a company? I really have no idea because I don’t write code or deal with backend stuff so it’s just an idea.

    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.l because we both know that Meta will find any way to gain access to data by doing any sort of shady shit they can.

  • This post did not contain any content.

    tbh, that's probably better than Telegram. I get so many random messages on Telegram. It's so annoying.

  • First, if I were to take a guess I would assume that it can be coded to give the AI read/write access to messages because it’s part of the encryption protocol without giving it to Meta as a company? I really have no idea because I don’t write code or deal with backend stuff so it’s just an idea.

    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.l because we both know that Meta will find any way to gain access to data by doing any sort of shady shit they can.

    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.

  • First, if I were to take a guess I would assume that it can be coded to give the AI read/write access to messages because it’s part of the encryption protocol without giving it to Meta as a company? I really have no idea because I don’t write code or deal with backend stuff so it’s just an idea.

    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.l because we both know that Meta will find any way to gain access to data by doing any sort of shady shit they can.

    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:

    • Your phone (WhatsApp app) encrypts a message
    • Your phone sends the encrypted ("unreadable") message to Facebook
    • Facebook sends the message to the intended receiver
    • The receiver decrypts the message

    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.

  • 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:

    • Your phone (WhatsApp app) encrypts a message
    • Your phone sends the encrypted ("unreadable") message to Facebook
    • Facebook sends the message to the intended receiver
    • The receiver decrypts the message

    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.

    Thank you for that explanation!

    So, this is probably dumb but could their whole argument be that it’s E2EE from your 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 their marketing saying that it’s technically E2EE just with a…detour (e.g., we don’t say the whole process was E2EE in one trip).

    Once again, I’m not sticking up for them. I am just trying to wrap my head around how they could justify this shit at all.

  • Thank you for that explanation!

    So, this is probably dumb but could their whole argument be that it’s E2EE from your 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 their marketing saying that it’s technically E2EE just with a…detour (e.g., we don’t say the whole process was E2EE in one trip).

    Once again, I’m not sticking up for them. I am just trying to wrap my head around how they could justify this shit at all.

    There is no justification. The "Ends" in E2EE mean the initial sender, and intended recipient. The "transport" should have zero insight into the content. Encrypting a message to the servers is standard even for "non-private" messaging services, it's usually done with SSL (part of HTTPS).

    Lets compare it to traditional mail. If you send something, the postal company can always just open your mail and read it. With computers, we have black magic (E2EE) that physically prevents the postal company from doing that. In this hypothetical, Facebook (owner of WhatsApp) is the company that provides you with the pen and paper (the app), and is a postal company (their servers). They promise that the black magic on the paper prevents them from reading what you wrote, but then they clearly read the content of your letter to send you a summary of the conversation.

    Mid-message quick edit: They could've also done something to the pen (other parts of the app) to have it tell them what you wrote. This would mean the black magic (E2EE) is applied, but is completely useless. (End of edit)

    If the process for making the pen and paper (the app) was publicly known (open source), you could make your own, and be sure the black magic (E2EE) is applied properly. That way you can be certain the postal company (servers) can't read your letter, only the recipient can.

    If the postal company gives you the pen and paper without telling you how to make it, it's nearly impossible to tell if the black magic was applied properly.

  • What's your best guess at how whatsapp manages to generate AI summaries of your private messages without ever reading the private messages?

    Even a cursory attempt at defending these companies is a bad joke.

    I found technical details of the private processing in this whitepaper: https://ai.meta.com/static-resource/private-processing-technical-whitepaper

  • What's your best guess at how whatsapp manages to generate AI summaries of your private messages without ever reading the private messages?

    Even a cursory attempt at defending these companies is a bad joke.

    It's an opt-in feature. In settings, users will be required to enable Private Processing, which Meta describes as an "optional capability that enables users to initiate a request to a confidential and secure environment and use AI for processing messages where no one—including Meta and WhatsApp—can access them."

    That's how.

  • How do they know its a scam account if they aren't able to read your messages?

    That's what the report button is for.

  • 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:

    • Your phone (WhatsApp app) encrypts a message
    • Your phone sends the encrypted ("unreadable") message to Facebook
    • Facebook sends the message to the intended receiver
    • The receiver decrypts the message

    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.

    It's an opt-in feature. In settings, users will be required to enable Private Processing, which Meta describes as an "optional capability that enables users to initiate a request to a confidential and secure environment and use AI for processing messages where no one—including Meta and WhatsApp—can access them."

    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.

  • 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.

    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.

  • This post did not contain any content.

    I wish they'd delete my WhatsApp account. I got rid of WhatsApp years ago, when I got rid of everything Facebook-related, but they still tell people that I have WhatsApp. Every so often I get an SMS from them telling me that I'm missing out, and the people who use WhatsApp to contact me are basically being told that I'm ignoring them.

    And, yes, I have closed my account and even emailed them asking for this to be sorted, even emailed them demanding my data under GDPR but they didn't even answer. Why respect my autonomy as a human when they could emotionally blackmail me into compliance?

  • tbh, that's probably better than Telegram. I get so many random messages on Telegram. It's so annoying.

    Telegram is the wild west. Europe tried to do something about it, but russia started threatening with more hybrid wars and revenge. At this point, we have to accept the fact that Telegram is essentially dark web that no one but kremlin has access to.

    It's also widely used for selling drugs where I live and no one can do anything about it. Been going on for 2 years now (somewhere in East Europe) with what feels like 10% of the city being part of the group

  • I wish they'd delete my WhatsApp account. I got rid of WhatsApp years ago, when I got rid of everything Facebook-related, but they still tell people that I have WhatsApp. Every so often I get an SMS from them telling me that I'm missing out, and the people who use WhatsApp to contact me are basically being told that I'm ignoring them.

    And, yes, I have closed my account and even emailed them asking for this to be sorted, even emailed them demanding my data under GDPR but they didn't even answer. Why respect my autonomy as a human when they could emotionally blackmail me into compliance?

    Tell your countries responsible authority and they will deal with it.

  • It's an opt-in feature. In settings, users will be required to enable Private Processing, which Meta describes as an "optional capability that enables users to initiate a request to a confidential and secure environment and use AI for processing messages where no one—including Meta and WhatsApp—can access them."

    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.

    Wow! Thanks for this response. That makes a lot of sense as to how it’s done.

  • I wish they'd delete my WhatsApp account. I got rid of WhatsApp years ago, when I got rid of everything Facebook-related, but they still tell people that I have WhatsApp. Every so often I get an SMS from them telling me that I'm missing out, and the people who use WhatsApp to contact me are basically being told that I'm ignoring them.

    And, yes, I have closed my account and even emailed them asking for this to be sorted, even emailed them demanding my data under GDPR but they didn't even answer. Why respect my autonomy as a human when they could emotionally blackmail me into compliance?

    Have you tried been a spambot?

  • 230 Stimmen
    51 Beiträge
    297 Aufrufe
    Z
    Send them the most fucked up guro hentai pages one can find!
  • 136 Stimmen
    41 Beiträge
    183 Aufrufe
    E
    Yuck indeed. People tried many ways to get around it, back when I was still using an US variant Samsung Note 9, people went as far as using a leaked engineering/preproduction ROM, which can be flashed using Samsung's official tool because it does have the correct key for the locked bootloader to accept, being built and compiled by Samsung, and because it's an engineering ROM it would give you root and everything despite of the bootloader still being locked. But it was an exceptionally rare leak, and it was only meant for preproduction for a reason, it is very VERY unstable and not exactly usable for a daily driver lol So happy I am leaving all that BS from Samsung behind with my current Sony Xperia 1 VI which is bootloader-unlocked and rooted and deeply modded and truly my own device lol
  • EU age verification app to ban any Android system not licensed by Google

    Technology technology
    124
    537 Stimmen
    124 Beiträge
    1k Aufrufe
    arararagi@ani.socialA
    At least in the UK it has been the Labor party doing it, they all want control.
  • 31 Stimmen
    6 Beiträge
    79 Aufrufe
    moseschrute@piefed.socialM
    While I agree, everyone constantly restating this is not helpful. We should instead ask ourselves what’s about BlueSky is working and what can we learn? For example, I think the threadiverse could benefit from block lists, which auto update with new filter keywords. I’ve seen Lemmy users talk about how much time they spend crafting their filters to get the feed of content they want. It would be much nicer if you could choose and even combine block lists (e.g. US politics).
  • 1 Stimmen
    1 Beiträge
    13 Aufrufe
    Niemand hat geantwortet
  • The FDA Is Approving Drugs Without Evidence They Work

    Technology technology
    69
    1
    506 Stimmen
    69 Beiträge
    555 Aufrufe
    L
    Now you hit me curious too. This was my source on Texas https://www.texasalmanac.com/place-types/town Also the total number of total towns is over 4,000 with only 3k unincorporated, I did get the numbers wrong even in Texas. I had looked at Wikipedia but could not find totals, only lists
  • 5 Stimmen
    10 Beiträge
    84 Aufrufe
    S
    You could look into automatic local caching for diles you're planning to seed, and stick that on an SSD. That way you don't hammer the HDDs in the NAS and still get the good feels of seeding. Then automatically delete files once they get to a certain seed rate or something and you're golden. How aggressive you go with this depends on your actual use case. Are you actually editing raw footage over the network while multiple other clients are streaming other stuff? Or are you just interested in having it be capable? What's the budget? But that sounds complicated. I'd personally rather just DIY it, that way you can put an SSD in there for cache and you get most of the benefits with a lot less cost, and you should be able to respond to issues with minimal changes (i.e. add more RAM or another caching drive).
  • 0 Stimmen
    6 Beiträge
    66 Aufrufe
    P
    Outlook.... Ok Pretty solid Bahaha hahahahaha Sorry. Outlook is a lot of things. "Gooey crap" would be one way to describe it, but "solid"? Yeah, no. Gmail is (well, was) pretty solid. There are a lot of other webmail providers out there, including self hosted options and most are pretty solid, yeah. Outlook, though? It's a shit show, it's annoying. Do you love me? Please love me, please give feedback, please give feedback again, please look at this, hey am I the best? Am I.. STFU YOU PIECE OF CRAP! Can you PLEASE just let me do my email without being an attention whore every hour? Even down to the basics. Back button? "What is that? Never heard of it, can't go back to the message I just was on because I'm Microsoft software and so half baked." Having two tabs open? "Oh noes, now I get scawed, now I don't know how to manage sessions anymore, better just sign you out everywhere." What is it with Microsoft and not being able to do something basic as sessions normal? I'm not even asking for good, definitely not "awesome", just normal, and that is already too much to ask. Try running it in Firefox! I'm sure it's totally not on purpose, just "oopsie woopsie poopsie" accidentally bwoken. Maybe it's working again today, who knows, tomorrow it'll be broken again. I run everything on Firefox except the Microsoft sites, they have to be in chrome because fuck you, that's why. Seriously, I can't take any Microsoft software seriously at this point, and all of it is on its way out in our company, I'm making sure of that