43
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 May 2025
43 points (97.8% liked)
Privacy
38160 readers
261 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 5 years ago
MODERATORS
Metadata is not content, so no E2E would not be illegal. Metadata is things like who sent messages to who at what time, duration, volume of data, other externally parsable metrics like that.
@ShellMonkey That's true, but these should also be encrypted, don't you think?
Sure the messages could still be encrypted but from the metadata you can most of the time infer the content.
It's a bit long, but you can read this if you're interested
https://www.pnas.org/doi/full/10.1073/pnas.1508081113
It depends on how many layers of obfuscation you are looking to deal with. There always needs to be some publicly shared token to initiate a connection, even if that's only the public key of a asymmetric key pair to a 3rd party auth system.
There are ways to do it, but part of the difficulty is there are so many ways to do it that coming to an agreed method is like herding cats.
@ShellMonkey Be careful, obfuscation isn't encryption!
And no, there doesn't need to be a publicly shared token! Take a look at how simplexchat does it!
https://simplex.chat/
Right, I just use the term sometimes to say hiding things, even if it's hidden via encrypting it.
Will have to delve into the papers for simplex later here, but in the end there needs to be some type of known identity to pin a communication to, otherwise you've already breached the confidentiality point of the security triad by not authenticating the recipient.