Skip to content
  • Kategorien
  • Aktuell
  • Tags
  • Beliebt
  • World
  • Benutzer
  • Gruppen
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen

other.li Forum

  1. Übersicht
  2. Uncategorized
  3. Have you seen this news?

Have you seen this news?

Geplant Angeheftet Gesperrt Verschoben Uncategorized
mastodonfediversee2ee
61 Beiträge 26 Kommentatoren 0 Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • ? Gast

    @jens

    Here's a screenshot from my laptop this morning. It's a pretty good view of where I am on this project right now with #Emissary. "Please ignore my silly cats"

    I've seen Bonfire's work, and they're even further along.

    _elena@mastodon.social_ This user is from outside of this forum
    _elena@mastodon.social_ This user is from outside of this forum
    _elena@mastodon.social
    schrieb zuletzt editiert von
    #43

    @benpate @jens so exciting!!! Bravo 🥳

    1 Antwort Letzte Antwort
    0
    • ? Gast

      @silverpill @benpate it really seems nothing has changed after the recent reorganization.

      ? Offline
      ? Offline
      Gast
      schrieb zuletzt editiert von
      #44

      @deutrino @benpate Of course not. The first thing their new CEO did in his introduction post was to memory-hole a bunch of projects.

      1 Antwort Letzte Antwort
      0
      • ? Gast

        Have you seen this news?

        #Mastodon just got funding to add end to end encryption into their software.

        So, some time next year, you’ll be able to send truly private messages to the vast majority of the #Fediverse

        Im so excited about this.

        Because it’s an open spec, this opens the doors for every Fediverse app to join the party.

        Yesterday, this project was a proof of concept. Today, Mastodon has turned it into a stampede.

        #E2EE

        https://blog.joinmastodon.org/2026/04/sovereign-tech-agency-funding/

        ? Offline
        ? Offline
        Gast
        schrieb zuletzt editiert von
        #45
        @benpate @knightpp It is now that other ActivityPub-compatible software also implemented E2EE, and/or Mastodon didn't break compatibility with older software (with a warning).
        ? 1 Antwort Letzte Antwort
        0
        • ? Gast
          @benpate @knightpp It is now that other ActivityPub-compatible software also implemented E2EE, and/or Mastodon didn't break compatibility with older software (with a warning).
          ? Offline
          ? Offline
          Gast
          schrieb zuletzt editiert von
          #46

          @tapafon @knightpp

          Sorry if I'm missing a part of your context..

          This whole project should be "backward compatible." It's pretty easy to tell if your recipients all accept encrypted messages or not, so if you're messaging someone who doesn't accept encrypted messages, it should just fall back naturally to regular DMs.

          1 Antwort Letzte Antwort
          0
          • ? Gast

            @silverpill SWF built the original spec that we're building to. They did a TON of research and groundwork ahead of time.

            I'll just have to graffiti Wikipedia myself.

            ? Offline
            ? Offline
            Gast
            schrieb zuletzt editiert von
            #47

            @benpate As somebody who also thought about E2EE (MLS was my suggestion), I can confidently say that SWF spec didn't add much to the discussion. That's not surprising, because to do that one needs to actually start writing code.

            1 Antwort Letzte Antwort
            0
            • ? Gast

              @rusty__shackleford @benpate

              Interesting take / prediction, thx for sharing!

              > Want E2EE? Use PGP/GPG and do it yourself.

              This bit doesn't fly with me; E2EE is For The People.

              My sense is that "just roll your own" ignores the accessibility gap; that the DIY approach may be too complex for others.

              (Admittedly not speaking from experience; I'm a #Signal user which is quite user-friendly)

              ? Offline
              ? Offline
              Gast
              schrieb zuletzt editiert von
              #48

              @dusk
              @benpate

              Completely agree, "roll your own" overcomplicates things. I simplified to spur curiosity, & why I ended with use of alternative tools for private messaging, like signal.

              It can be simple. Generate your public/ private keys, & start trading public keys with people. When you send a message to someone it'll be encrypted using their public key & only able to be decrypted by their private key so your message to them stays secure. Sign that message with your signature to prove origin.

              ? 1 Antwort Letzte Antwort
              0
              • ? Gast

                @dusk
                @benpate

                The question with E2EE & SNS quickly becomes: How do we deploy this at scale, without breaking moderation, without confusing users, & without inviting legal or security failure?

                It's why many people say: keep the public social layer unencrypted & use purpose built tools like Signal for private conversations.

                Also, metadata, note that E2EE doesn’t stop the network from seeing who talks to who, when, or how often, so privacy is leaky even if message content is encrypted.

                ? Offline
                ? Offline
                Gast
                schrieb zuletzt editiert von
                #49

                @dusk
                @benpate

                Signal and similar tools tightly control trust models (trusted by default with centralized keys and safety number/verification UX), while federated SNS would have to pick between a similar central authority or a more fragile, user‑managed web‑of‑trust‑style setup.

                ? ? 2 Antworten Letzte Antwort
                0
                • ? Gast

                  @dusk
                  @benpate

                  Completely agree, "roll your own" overcomplicates things. I simplified to spur curiosity, & why I ended with use of alternative tools for private messaging, like signal.

                  It can be simple. Generate your public/ private keys, & start trading public keys with people. When you send a message to someone it'll be encrypted using their public key & only able to be decrypted by their private key so your message to them stays secure. Sign that message with your signature to prove origin.

                  ? Offline
                  ? Offline
                  Gast
                  schrieb zuletzt editiert von
                  #50

                  @dusk
                  @benpate

                  The question with E2EE & SNS quickly becomes: How do we deploy this at scale, without breaking moderation, without confusing users, & without inviting legal or security failure?

                  It's why many people say: keep the public social layer unencrypted & use purpose built tools like Signal for private conversations.

                  Also, metadata, note that E2EE doesn’t stop the network from seeing who talks to who, when, or how often, so privacy is leaky even if message content is encrypted.

                  ? 1 Antwort Letzte Antwort
                  0
                  • ? Gast

                    @dusk
                    @benpate

                    Signal and similar tools tightly control trust models (trusted by default with centralized keys and safety number/verification UX), while federated SNS would have to pick between a similar central authority or a more fragile, user‑managed web‑of‑trust‑style setup.

                    ? Offline
                    ? Offline
                    Gast
                    schrieb zuletzt editiert von
                    #51

                    @dusk
                    @benpate

                    To introduce E2EE into public‑facing SNS & simultaneously try to “solve” abuse, moderation, & legal exposure, the path of least resistance is likely to be “just verify everyone”, pushing identity‑linked, KYC‑style identity checks as a way to “anchor” trust & accountability.

                    The loudest voices may start demanding identity verification.

                    Awful for privacy, & it’s exactly why I strongly believe E2EE should be kept out of the core social layer & kept within dedicated tools instead.

                    1 Antwort Letzte Antwort
                    0
                    • ? Gast

                      @benpate did you hear that Mastodon’s next version implemented Activity Intents, as well? Things keep getting better!

                      ? Offline
                      ? Offline
                      Gast
                      schrieb zuletzt editiert von
                      #52

                      @andypiper Activity Intents, abbreviated as AI?

                      1 Antwort Letzte Antwort
                      0
                      • ? Gast

                        @dusk
                        @benpate

                        Signal and similar tools tightly control trust models (trusted by default with centralized keys and safety number/verification UX), while federated SNS would have to pick between a similar central authority or a more fragile, user‑managed web‑of‑trust‑style setup.

                        ? Offline
                        ? Offline
                        Gast
                        schrieb zuletzt editiert von
                        #53
                        @rusty__shackleford @dusk @benpate dealing with spam (and other forms of abuse) when e2ee is mixed with federated SNS seems really hard. agree 100% with your assessment
                        ? ? 2 Antworten Letzte Antwort
                        0
                        • ? Gast
                          @rusty__shackleford @dusk @benpate dealing with spam (and other forms of abuse) when e2ee is mixed with federated SNS seems really hard. agree 100% with your assessment
                          ? Offline
                          ? Offline
                          Gast
                          schrieb zuletzt editiert von
                          #54

                          @sampler @benpate @dusk

                          I'm going to do a more succinct write up of this to share.

                          ? ? 2 Antworten Letzte Antwort
                          0
                          • ? Gast

                            Have you seen this news?

                            #Mastodon just got funding to add end to end encryption into their software.

                            So, some time next year, you’ll be able to send truly private messages to the vast majority of the #Fediverse

                            Im so excited about this.

                            Because it’s an open spec, this opens the doors for every Fediverse app to join the party.

                            Yesterday, this project was a proof of concept. Today, Mastodon has turned it into a stampede.

                            #E2EE

                            https://blog.joinmastodon.org/2026/04/sovereign-tech-agency-funding/

                            ? Offline
                            ? Offline
                            Gast
                            schrieb zuletzt editiert von
                            #55

                            @benpate

                            Interesting times ahead. I wonder if they will go for the Signal Protocol Post-Quantum Ratchets or similar? 🙂

                            ? 1 Antwort Letzte Antwort
                            0
                            • ? Gast

                              @sampler @benpate @dusk

                              I'm going to do a more succinct write up of this to share.

                              ? Offline
                              ? Offline
                              Gast
                              schrieb zuletzt editiert von
                              #56
                              @rusty__shackleford @benpate @dusk i think a good middle ground for letting people to have private discussions on fediverse is just allowing people to do PGP themselves or in 3rd party clients, with a "buyer beware" kind of scenario

                              building it into servers puts a lot more responsibility in the hands of server admins. and risk for abuse. i don't want my admin holding onto my private keys and i don't necessarily trust my server to generate keys for me either ...

                              people with the know-how to generate and manage their own keys can deal with the potential negatives and headaches associated with it. just running servers as they already exist is plenty of work for mastodon admins i would imagine
                              ? 1 Antwort Letzte Antwort
                              0
                              • ? Gast

                                @benpate

                                Interesting times ahead. I wonder if they will go for the Signal Protocol Post-Quantum Ratchets or similar? 🙂

                                ? Offline
                                ? Offline
                                Gast
                                schrieb zuletzt editiert von
                                #57

                                @simonzerafa

                                Not Signal, MLS, which is similar but run by a group of industry organizations.

                                Post-quantum is possible in MlS, depending on the crypto algorithms you choose.

                                There’s more info about the project in general on https://emissary.dev/e2ee — though Mastodons announcement is a big new development I haven’t covered yet.

                                1 Antwort Letzte Antwort
                                0
                                • ? Gast
                                  @rusty__shackleford @benpate @dusk i think a good middle ground for letting people to have private discussions on fediverse is just allowing people to do PGP themselves or in 3rd party clients, with a "buyer beware" kind of scenario

                                  building it into servers puts a lot more responsibility in the hands of server admins. and risk for abuse. i don't want my admin holding onto my private keys and i don't necessarily trust my server to generate keys for me either ...

                                  people with the know-how to generate and manage their own keys can deal with the potential negatives and headaches associated with it. just running servers as they already exist is plenty of work for mastodon admins i would imagine
                                  ? Offline
                                  ? Offline
                                  Gast
                                  schrieb zuletzt editiert von
                                  #58

                                  @sampler @rusty__shackleford @dusk

                                  A) that excludes 99% of the population, who deserve the same level of privacy as you do.

                                  B) since it’s E2EE, most of the work is on your client. The updates to the server are minimal (C2S API + publish public key packages). So EVERY Fediverse server could support this. You’d just need a client that can send/receive encrypted messages.

                                  C) Don’t let “perfect” be the enemy of “good” - giving people easy, modern tools is a win, even if the NSA can hack it.

                                  1 Antwort Letzte Antwort
                                  0
                                  • ? Gast

                                    @sampler @benpate @dusk

                                    I'm going to do a more succinct write up of this to share.

                                    ? Offline
                                    ? Offline
                                    Gast
                                    schrieb zuletzt editiert von
                                    #59

                                    @rusty__shackleford @sampler @benpate

                                    Really well articulated, totally makes sense! 🙌

                                    1 Antwort Letzte Antwort
                                    0
                                    • ? Gast
                                      @rusty__shackleford @dusk @benpate dealing with spam (and other forms of abuse) when e2ee is mixed with federated SNS seems really hard. agree 100% with your assessment
                                      ? Offline
                                      ? Offline
                                      Gast
                                      schrieb zuletzt editiert von
                                      #60

                                      @sampler @rusty__shackleford @dusk

                                      That is one of Mastodon’s big issues to address. It’s not a protocol thing, but a server software issue that I know they’re going to address.

                                      1 Antwort Letzte Antwort
                                      0
                                      • ? Gast

                                        @benpate I'm wondering what the advantage of e2ee private messages on Mastodon is when we have Signal, Matrix and other robust encrypted messaging tools that you could invite a friend to if you want to have a private conversation.

                                        Is anyone worried about this creating moderation issues?

                                        Generally I'm in favor of privacy and security, but I'm just not sure what the value of this feature is on Mastodon. Maybe you or others can provide your perspective on this.

                                        ? Offline
                                        ? Offline
                                        Gast
                                        schrieb zuletzt editiert von
                                        #61

                                        @earth_walker @benpate

                                        If people are already on Signal, good for them. But the real issue is getting people off the Meta apps. So if there's a good Fedi Messenger, that can definitely help!
                                        😊👍

                                        1 Antwort Letzte Antwort
                                        0
                                        • monkee@chaos.socialM monkee@chaos.social shared this topic
                                        Antworten
                                        • In einem neuen Thema antworten
                                        Anmelden zum Antworten
                                        • Älteste zuerst
                                        • Neuste zuerst
                                        • Meiste Stimmen


                                        • Anmelden

                                        • Anmelden oder registrieren, um zu suchen
                                        • Erster Beitrag
                                          Letzter Beitrag
                                        0
                                        • Kategorien
                                        • Aktuell
                                        • Tags
                                        • Beliebt
                                        • World
                                        • Benutzer
                                        • Gruppen