Trump officials shared military plans on a private app — 10 years after uproar over Hillary Clinton’s private server - eviltoast
    • HubertManne@piefed.social
      link
      fedilink
      English
      arrow-up
      7
      ·
      3 days ago

      I don’t think anything can be proven unless you have admin rights to the server at all times. signals are encrypted every time they are sent encrypted. can it be turned off with a flag? does it run in dev without it for troubleshooting and if so is it impossible to enable in prod.

      • icmpecho@lemmy.ml
        link
        fedilink
        English
        arrow-up
        11
        arrow-down
        1
        ·
        edit-2
        3 days ago

        okay, so self host it if that is part of your concern/threat model. the Signal server code is open to the public, you can see and download it here.

        • HubertManne@piefed.social
          link
          fedilink
          English
          arrow-up
          6
          arrow-down
          1
          ·
          3 days ago

          exactly. if they had self hosted then it would be closer to equivalent to hilaries email but if it was using signal as written but then there is the foia issue which was still possible with hilarys email server, but not under a self hosted signal if not altered.

      • GreyBeard@lemmy.one
        link
        fedilink
        arrow-up
        2
        ·
        3 days ago

        The server can’t decrypt it if it doesn’t have the keys to do so. It can be proven that private keys never leave the local device. It can also be proven that the proper public keys are being provided, and that the local device alerts on public key changes with a partner are announced.

        Of course, nobody as part of the linked article did any of that verification, but still, a server doesn’t need to be trusted to be functional.

        • Gawdsausage@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          2 days ago

          Doesn’t matter. Signal desktop app can sync messages and be installed on compromised computers. One of the guys in the chat was in Russia visiting Putin. It would be trivial to sync the account to the app installed on compromised machines and basically become an invisible backdoor into every secure communication for that user. I have no doubt one of the users in the chat is setup like this.

          • GreyBeard@lemmy.one
            link
            fedilink
            arrow-up
            1
            ·
            2 days ago

            Oh, I’m not defending these dumb-asses doing illegal things to avoid systems setup to safeguard American and its people. They absolutely could have synced things to compromised devices. Just that Signal, themselves, couldn’t do that.

          • GreyBeard@lemmy.one
            link
            fedilink
            arrow-up
            2
            ·
            2 days ago

            In the case of signal, it is provable that it cannot. They do not hold the keys to decrypt. The closest risk is the server injecting a new public key into the conversation, which the Signal app will warn about.

              • GreyBeard@lemmy.one
                link
                fedilink
                arrow-up
                2
                ·
                2 days ago

                Signal does hold the public keys for every user. But having the public key doesn’t let you decrypt anything. You need the private key to decrypt data encrypted with the public key. So in a chat example, if you and I exchange public keys, I can encrypt the message using your public key, but only you can decrypt it, using your private key.

                Signal does run the key exchange, which means they could hand a user the wrong public key, a public key which they have the private key for, instead of the other person’s. That is a threat model for this type of communications, however, signal users can see the key thumbprints of their fellow chat participants and verify them manually. And once a chat has begun, any changes to that key alerts all parties in the chat so they know a change has happened. The new key wont have access to any previous or pending messages, only new ones after the change took place.

                • HubertManne@piefed.social
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  2 days ago

                  I mean I still don’t see how it can be encrypted for a private key with the deryption at some point running through the server unless the members devices at some point communicate with each other without the server as an intermediary. Is that what happens at some point?

                  • Waraugh@lemmy.dbzer0.com
                    link
                    fedilink
                    arrow-up
                    2
                    ·
                    2 days ago

                    The way they explained things is how it works, do you not understand how public/private key pairs are used in encrypted communications?

                    Does this picture help?

                    I’m not trying to be an ass if my post comes across that way, I’m just unsure of your level of knowledge so I don’t want to offend by providing basic level info if it’s not wanted.