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.

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

    Or if you want the tinfoil hat response… they need/want to tie your account to a real identity for surveillance purposes, and they can’t do that if there is no phone number, so they use a payment record instead.

    They’re using zero-knowledge proofs for the payments so they can’t link the account to the credit card used to pay it.

    • refalo@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      15 hours ago

      they can’t link the account

      Google can, since it’s their OS and their payments.

      But even if you’re not using Play Store to pay, the vast majority of people who are paying are going to be using the same device/IP/fingerprint/etc. where Signal is running, so it’s not impossible to put the two together to link an account to a specific payment, if say, a government forced them to do so in order to track someone. It’s just a bad idea for several different privacy reasons.

      • teolan@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        13 hours ago

        Google can know you’ve paid but they can’t link it to your Signal account thanks to zero-knowledge proofs.

        Except for tracing IP addresses, timing etc… as you’ve mentioned, but that’s much more involved and cannot be done retroactively.

        • refalo@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          12 hours ago

          They can… as I said they control the entire OS. They can see you’re running Signal with account# XYZ, that you clicked the pay button, that Signal generated the ZKP (which they can read in memory or network packets), and all the key clicks of the payment details you entered for which ZKP, the entire process.

    • Venia Silente@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      Zero-knowledge proofs as a concept sound sus to me. How do you prove that you don’t know something? The fact of being tested already means you know of it. What’s a good writeup n how Signal does it? And how can a user of Signal test or certify it?