Signal has started rolling out Signal Login, an optional registration method that allows users to create a Signal account without providing a phone number. The feature will be rolled out first on Android and will come to iOS later.

As we previously reported, Signal Login is not a free alternative registration method. Signal requires users who choose to register without a phone number to make a one-time payment. The price at launch is $2.99 / € 3.49, although this may vary by region and currency.

  • amzd@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    6 days ago

    Forward secrecy protects against intercepting now and decrypting later when you get access to the users private key: this is only possible on delta chat if you get access to the client database at which point you can read all undeleted messages anyway. (On Signal even deleted messages!)

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

      Or the server(s), no? It’s trivially easy to archive, filter by account, and then decrypt if the one key has been found

      • amzd@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        6 days ago

        Delta chat assumes the relays are evil and of course doesn’t send private keys there

        • XLE@piefed.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          5 days ago

          I think we’re talking past each other. To refer to your previous comment:

          Forward secrecy protects against intercepting now and decrypting later when you get access to the users private key: this is only possible on delta chat if you get access to the client database at which point you can read all undeleted messages anyway

          Or if you run an evil relay that logs encrypted messages, and later you get the single necessary private key. Which is the problem.

          • amzd@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            4 days ago

            Yes and I’m saying that since the only way to get access to that private key on delta chat is to get access to an unlocked device at which point you have access to all the messages on that device anyway (on signal too)

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

              What do you think makes Delta Chat uniquely impervious to leaking your private key compared to the other E2EE messaging apps that do implement forward secrecy?

              • amzd@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                2 days ago

                I’m saying those others that pretend to implement pfs, still leak all chats the user didn’t delete (and in some cases even then) when an attacker has access to the private key because that’s stored in the same database.

                • XLE@piefed.social
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  arrow-down
                  1
                  ·
                  1 day ago

                  Can we focus on the apps that do implement it instead? I’m getting more and more lost in the point you’re trying to make here.

                  E2EE messaging puts encrypted messages on a server without the private keys. The concern PFS addresses is to prevent a server from getting one private key and using it to decrypt all messages. This is a vulnerability of Delta Chat, and not one of Signal.

                  • amzd@lemmy.world
                    link
                    fedilink
                    arrow-up
                    1
                    ·
                    1 day ago

                    Okay and how would you get that private key?

                    By having access to an unlocked device: which means you also have access to all messages. Therefor this attack vector is not as big a deal as you are making it.