this post was submitted on 30 Oct 2025
81 points (95.5% liked)
Privacy
43007 readers
217 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
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i thought simplex was completely decentralized p2p. can't it simply be forked?
Forking isnt a solution, unless you are committed to patching all future security vulnerabilities and adding feature updates on you own. Cryptography is complicated, designing a secure messenger is very complicated. Forking isnt a magic bullet.
No, but good projects have come from forking away from bad decisions.
you are speaking about hard forking. soft forking is an option
With soft forks you still need to merge upstream changes and figure out what to do when they're incompatible with your changes, do your own testing of your fork once you've merged the changes, etc.
that's right, but it's still less work
You said forking twice
if I count the words, that's true, but the 2 fork strategies have meaningful difference
The interesting thing about simplex is that (IIRC) the chat protocol is unencrypted and sits atop an encrypted transport protocol call SMP.
That is to say the encryption is divorced from the rest of the stack, and a lot of the hardwork of making it is done.
Of course its going to need lots of maintenance, but the open source community has proven itself capable of maintaining secure implementations of encryption alogrythms.
This is especially true if we continue to take upstream upgrades from SimpleX and strip the crypto VC bullshit out of the codebase.
It's not p2p but it is decentralized. It can be forked. Who will do it?