this post was submitted on 09 Sep 2025
225 points (99.1% liked)

Privacy

41593 readers
602 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/35909566

SMH @ activists using techno-fascist platforms for communications during an operation subject to state-actor level interference. I thought we recognised and acknowledged this problem 15-20 years ago already.

https://xcancel.com/CraigMurrayOrg/status/1965431513320927706

you are viewing a single comment's thread
view the rest of the comments
[–] irotsoma@lemmy.blahaj.zone 1 points 1 day ago

Generally, the issue is that services want to blend the data into a single stream, otherwise you end up with having to make a separate connection to and from each client, each at full bandwidth called full mesh. It becomes easier to just have the encryption to the server, then decrypt all the streams from all the participating clients, and merge them into a single stream outbound. Adjust and re-encrypt that single stream and send it. That also allows for more control to make low bandwidth or dynamically changing bandwidth clients work better as you can adjust one stream rather than hundreds of outbound to each client. But that means the server has access to unencrypted streams to analyze and record. This is called server mixing.

Previous software generally only supported one or the other of those options. Signal is one of the few that have developed the technology to allow for selective forwarding which is the third option. Their website details how this works and it's open source so some others have adopted it or have come up with similar approaches.