• ifItWasUpToMe@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    ·
    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
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      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.