It will be open source, end to end encrypted using Signal’s double ratchet encryption protocol, and he plans to make it easy for fediverse platforms to integrate it. The beta will release later this month.

He’s also the creator of https://fedidb.org btw

  • Margot Robbie@lemmy.world
    link
    fedilink
    English
    arrow-up
    46
    arrow-down
    3
    ·
    11 months ago

    I’ve been unhappy with the direction Signal has taken in recent months and Matrix always felt like it was trying to do too many things at once.

    Happy to see something that would integrate directly into Fediverse platforms as it will greatly enhance interplatform communication.

    Like a better FB messager.

    • ᗪᗩᗰᑎ@lemmy.ml
      link
      fedilink
      English
      arrow-up
      22
      arrow-down
      2
      ·
      11 months ago

      personally love the direction Signal is heading but would be happy to not have “all my eggs in one basket”, as well as diversifying the open source E2EE communication options.

      • Margot Robbie@lemmy.world
        link
        fedilink
        English
        arrow-up
        32
        arrow-down
        1
        ·
        11 months ago

        I felt that removing SMS while still having it tied to your phone number, stories, and that weird cryptocurrency were not what I was looking for in a messanger.

        • randint@lemm.ee
          link
          fedilink
          English
          arrow-up
          9
          ·
          11 months ago

          I also don’t like the fact that Signal needs your phone number and that the only way to connect to other people is by their phone number.

        • imaradio@lemmy.ca
          link
          fedilink
          English
          arrow-up
          5
          ·
          11 months ago

          I agree. As soon as the update that disabled SMS was pushed to my phone, signal was effectively dead.

          Integrating with SMS was so smart. The person who got me into it said “there is literally no reason not to do it” because it was seamless. And I used the same argument to get other people into it. But basically everyone stopped using it as soon as SMS was removed. I don’t have the brain space to remember who is on signal and who is not and go to the appropriate messenger.

          I read the whole long thread on their website where the devs were arguing in favor of this and all the reasons were IMHO stupid. I think someone wanted to tank signal. Got tired of funding it probably. It was too good to be true with no obvious business model so always thought the day would come, and it did. Too bad, it was very good at what it did.

      • jack@monero.town
        link
        fedilink
        English
        arrow-up
        3
        ·
        11 months ago

        It’s great, I’m migrating all my contacts to it. AGPL, no phone number or identifier, decentralized, official lemmy community, fast development pace, …

        • ᗪᗩᗰᑎ@lemmy.ml
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          11 months ago

          I’ve posted this previously, but I’ll repost again because I think its important people are aware when making a decision on a secure messenger.

          ======== Original Post: https://lemmy.ml/comment/1615043

          Sessions developers dropped Signal’s Perfect Forward Secrecy (PFS) and deniability [0] security features. Personally I would not trust a product that drops an end-user security feature for the sake of making the developer’s life easier [1] .

          Using existing long-term keypairs in place of the Signal protocol massively simplifies 1-1 messaging.

          For those unaware, PFS protects your data/messages from future exploits and breaches. With PFS, each message’s encryption is isolated, preventing compromise of current and past interactions [2].

          A simple example to illustrate why PFS is beneficial. Lets assume any 3 letter agency is collecting all Signal/Session messages - on top of the tons of data they’re already capturing. The great thing is that your messages are encrypted, they can’t see anything - YAY - but they’re storing them basically forever.

          Two ways they may be able to compromise your privacy and view ALL your messages:

          1. A flaw is discovered that allows them to crack/brute force the encryption in weeks instead of years/decades/eternity. If you were using Sessions, because you use the same key for every message, they now have access to everything you’ve ever said. If you were using Signal, they have access to that one message and need to spend considerable resources trying to crack every other message.

          2. Your phone is compromised and they take your encryption keys. If you were using Sessions, this again gives them access to your entire message history. If you were using Signal, because the keys are always rotating (known as ephemeral) they can only use them to unlock the most recent received messages.

          It’s important to state that both cases above only really matter if you delete your messages after a certain time. Otherwise, yes, all they have to do is take your phone and get access to your entire message history - which is why ephemeral messaging (i.e. auto deleting messages after a certain time) is crucial if you suspect you may be targeted.

          [0] https://getsession.org/blog/session-protocol-explained

          [1] https://getsession.org/blog/session-protocol-technical-information

          [2] https://www.signal.org/blog/advanced-ratcheting/