I really want a Facebook (the old Facebook timeline) replacement, but end-to-end encrypted, and decentralised so there’s longevity.
Edit for clarity: I’m looking for a way to share things online, end-to-end encrypted to a wide-audience that knows you but doesn’t necessarily know each other.
This is why messaging apps don’t fulfil this requirement, and chat rooms (like Matrix) also don’t fit.
I love Lemmy, I like the idea of Mastodon (twitter-like sites just aren’t my thing. ActivityPub rocks. However, none of them are encrypted.
PixelFed is neato, but I don’t plan sharing my personal photos with the whole of the internet, which seems to be the only choice with ActivityPub.
Signal and other encrypted messaging apps are great, but are for direct messaging. Where are the encrypted social media apps?
Matrix is cool and all, but it’s aimed at groups. Like discord / MS teams replacement.
Someone told me about Futo Circles, which seems to tick all the boxes and built on top of Matrix, but it’s currently abandoned.
Are there any other alternatives? My wallet is open, I would very much like to use such an app. I am no programmer, so sadly cannot take on the mantle of continuing the Futo Circles project.
I remember thinking about this long time ago and even asking some hackers about it to get blank stares back. Basically, there are multiple problems around data access.
Take the simple scenario of a unfriending. Let’s say you have 12 friends, but Susie turned out to be a real bitch and you unfriended her. You don’t want Susie to have access to your photos, messages, and basically anything anymore! That means the encryption key has to change -->
Where is all the data hosted and who is going to reencrypt all the entire history from the point Susie became your friend until you unfriended her? The most secure would be that you have all your data and that you re-encrypt it. Great, you are data-frugal and have maybe 10MB you have to re-encrypt. But Karl, your photography pal paid for gigabytes of storage and now has to rencrypt a good chunk of that if he unfriends somebody.
You could of course say “fuck it, the asshole friend probably made a copy and re-encrypting is pointless”, but then your ex-friend can just share the private key with the world and TADA, everybody has access to the files you shared with said friend.
And that’s just one problem I can think of right now. When you take more time to think about it, you’ll run into more and more stuff.
I’m not saying it’s impossible, but it definitely isn’t easy. Add to that that many people don’t care and it’s less likely. The closest I get to that is Signal.
Anti Commercial-AI license
Once you share a file with someone, they already have it. There’s no point in trying to make them unable to view it after the fact.
Sharing != downloading forever. When you browse it, yes, technically it’s in your cache, but that’s why it’s called a cache. Most people won’t install a client that puts their browsing into long-term storage (unless Microsoft takes a screenshot for them and promises never to upload it somewhere). Regardless, it is still a security issue (as I just described with releasing the encryption key). You can choose to ignore it, until someone comes along and exploits it. Then you have a bunch of angry people screaming at you because you “didn’t close an obvious security hole”.
Anti Commercial-AI license
You realize you can download it forever at any point, right? Your threat model should be “anyone you share things to has saved them forever”
Once you give up trying to unshare things, then encrypted group chats make a lot of sense.
Damn, thank you for this response, I really appreciate it. This does make sense, and I do not understand a lot of the technical details, or how this problem would be solved. I just wish it was haha
The circles project, at least claims, to be built on top of Matrix, where everyone who you accept to follow you essentially joins a seperate matrix room with your content in it, and the “timeline” compilation is done via UI.
Can’t say I understand what happens technically when someone is kicked from a matrix room, so what what happen with the encryption keys I dunno.
:D same. I think the solutions could be applied elsewhere too. They’d be very interesting.
That depends on the client. Some clients will exit, some will stay in the room. Encrypted matrix rooms use “perfect forward secrecy”, meaning new people can’t read the past, and old people removed from the group/chain/chat cannot read new messages. So, being kicked from a room would still allow you to see all the chat history you stored. Or if you sign in with a device that didn’t get the “kick” message yet, the server could still send you all the messages up until the point of the kick message.
I’m not sure how Matrix implements it and server + client implementations can differ.
Anti Commercial-AI license
Perfect backwards secrecy what be a trade-off I’d personally be fine with. To speculate a bit, the fact it’s a 2 person room in the Futo Circles case inplifies things a bit. Your keys are different with every single person. It’s like sending a mass e2ee message to every single contact you have, just that it’s only fetched from the server if they go looking.
Having to re-encrypt stuff does seem like the biggest downfall here (if this understanding is even correct 😅)
This is indeed a complicated question, thanks for taking the time to respond :)