this post was submitted on 08 May 2024
236 points (80.6% liked)
Privacy
31859 readers
218 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
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Still got server-side code closed source and by default messages are not encrypted.
Not sure if you're referring to telegram or signal. If you're referring to signal:
Is it private? Can I trust it? - Signal Support
Reasonably sure they mean telegram. Only secret chats are encrypted. Telegrams chat otherwise is basically transport layer encryption.
https://www.wired.com/story/telegram-encryption-end-to-end-features/
Telegram :P
Server-side source code is a red herring. It's meaningless, it can't be verified.
The latter point is fair.
Having server-side source code open can help into finding not on purpose backdoors. But yes, no one can verify that's the same exact version used by the actual servers.
That's fair ... especially in the case of something Telegram like where the server is a major portion of the security model (for non-secret chats).
For truly private E2EE chats though the attacks on Telegram's lack of an open source server side (and Signal's presence of one) is fairly meaningless. If the client E2EE is correct and you're using a reproducible build the server, and even any MITM (man in the middle), shouldn't matter.