What do we need to change about how we operate, now that the political environment is darkening?

The overall goals would be to safeguard user identities, ensure communication privacy, and protect against censorship and state surveillance.

User Anonymity and Privacy

  • End-to-end encryption: Encrypt all user communications, private messages, and sensitive data
  • Anonymous accounts: Allow users to create accounts without requiring personally identifiable information (PII), such as email or phone numbers. How can we balance this with the need to combat spam?
  • Tor and VPN Integration: Ensure compatibility with privacy tools like Tor, and provide guidance on using VPNs.

Data Storage

  • Remove or minimize data collection, including IP addresses, geolocation, and device information. No web server logs.
  • Ephemeral content: auto-deleting posts, messages, etc after a set period.
  • Instance chooser that flags which instances are in unsafe countries.
  • Defederate from instances in unsafe countries?

Communities

  • Private communities - currently all are public
  • Communities where every post is encrypted
  • Approval process to join some communities
  • Better opsec around instance owners, admins and moderators

What else?

  • rglullisA
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    1
    ·
    5 hours ago

    No. Federation is the wrong decentralization model for anyone worried about malicious state actors. Just like email encryption, it doesn’t matter how secure you/your server is, you still need to rely on the weakest link on the chain and that is simply unacceptable.

    If you want to have secure social media, we need to move away from Federation and we will have to build a fully distributed network where data only lives at the edge nodes and participants can only communicate after exchanging their own personal keys.

    Anything else is just infosec cosplaying.

    • Kichae@lemmy.ca
      link
      fedilink
      English
      arrow-up
      9
      ·
      4 hours ago

      Yup. Really don’t get the constant drumming of “I want to use someone else’s website or server while pretending it’s a secure platform”. Peer-to-peer coms have been around for literal generations now. If you actually care about privacy, e2ee p2p is what you do.

      Security runs opposite to convenience.

      • rglullisA
        link
        fedilink
        English
        arrow-up
        2
        ·
        44 minutes ago

        This is also why I get so pissed about the Fediverse “don’t scrape me bro” crybabies and their whole talk about “consent-based following”.

        Malicious actors do not ask for consent. Malicious actors know how to bypass authorized fetch. Malicious actors will have absolute no qualms creating accounts on the same server as you just to be able to follow you. You can even argue that malicious actors will even build an instance that you find super appealing in order to be able to collect your communication.

        It doesn’t matter how you feel you are entitled to a “safe space”, if you are talking in public. People might ignore you, but they are never go around with their ears covered just because you are asking them to.

    • poVoq@slrpnk.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 hours ago

      I think this is a fallacy, and anyone that is old enough to remember the popular days of Bittorrent will have stories to tell.

      Yes, in theory p2p models can be more secure if you really know what you are doing.

      But in reality the users’ end devices are often the weakest link and most people have bad opsec. A server operator has often a much better idea what they are doing and systems like Tor or xmpp that allow servers to protect their users by not sharing all the metadata with every participant are safer for the majority of users.

      • rglullisA
        link
        fedilink
        English
        arrow-up
        1
        ·
        56 minutes ago

        You don’t need to go full p2p. You can still have servers and you can still have operators who work to prevent issues at the edges, but the servers need to be only blind communication relays and routers.

        • poVoq@slrpnk.net
          link
          fedilink
          English
          arrow-up
          1
          ·
          33 minutes ago

          There is no such thing as a blind relay. There will always be meta-data accumulation at such points in the network.

          It is possible to try to minimize the meta-data accumulation and obfuscate it further and there are certainly some interesting theorectical concepts for that in systems like SimpleX, Nostr etc. but in the end most of these are just giving a false sense of security.

          In addition many of these systems engage in what I call “trust-washing”, i.e. them proudly proclaming: “there is no need to trust us, bro!” When in reality there are multiple points of failure in their pretend to be trustless system that they just chose to ignore or try to distract you from.

          And when it comes to the real-world, tried and battle tested system like Tor are where I would put my safety, not some brand new crypto-bro dondogle that is funded by venture capital investors (like SimpleX).

          • rglullisA
            link
            fedilink
            English
            arrow-up
            1
            ·
            19 minutes ago

            Even with Tor you also have to trust the exit nodes. So, yes, I agree you will still need to trust someone, but we can control/design to have less things depending on this trust.

            Specifically with ActivityPub, everything is designed around the idea that the server owns it all. It doesn’t have to be all-or-nothing.

      • rglullisA
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 hours ago

        No. Nostr is even worse because it ties your identity to your encryption keys.

        • iopq@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 hours ago

          How is that worse? You can always prove that you are the same person by encrypting a message with the same key. There is no way for me to prove whether my Instagram account is really me

          • rglullisA
            link
            fedilink
            English
            arrow-up
            1
            ·
            52 minutes ago

            The problem is the inverse. There are times where you don’t want to be connected to any message.

            Nostr is being developed by stupid bitcoiners, and it suffers from the same stupid mistakes as BTC. Pseudonymous transactions is not enough for a payment network. Just like pseudonymous messaging is not enough for secure communication.