this post was submitted on 27 Jan 2026
1288 points (99.5% liked)
Technology
80267 readers
3965 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Cynical me would say they don't have to use the code they put up on GitHub in production.
By this logic, can we trust any open source software, even if they claim to use some third party encryption? They could say they're using a super secure encryption, even show it implemented in their open source code base, then just put the other, secret evil backdoor code base in production? Is there a way for any open source project to prove that the code in their open source repo is the code in production?
This is called reproducible builds. With this all builds of a version will be binary-identical. So you can build from the repo and the compare it with the appstore binary and see if the owner was honest.
Neat! And can this been done with signal or proton?
Signal: https://github.com/signalapp/Signal-Android/blob/main/reproducible-builds/README.md
Proton: didn't find anything (but I just did a quick lookup)