That post seems to be missing.
load all comments
Pika 25 points 8 days ago

My only real question I have since there isn't any source code listed.

How secure/private is the actual file storage service? It runs over the onion project which is nice but, without source code there's no proof or evidence of encryption, nor proof that files actually delete as well as other logging style services that a privacy oriented service would normally have.

path: 0 24256264, hotness: undefined, score: 25, children: 5
0807 13 points 8 days ago

Hello, there is currently no end-to-end encryption on the server I’ll explain why below. The reasons why

True end-to-end encryption (where I literally can't read your files) means the server only ever sees encrypted blobs. The problem is, that also means I can't scan anything, and right now every upload is checked against known CSAM and run through malware scanning.

Go fully zero-knowledge and I lose that capability entirely, which on an anonymous host is a real problem it basically turns into a blind dropbox for whatever people want to put there.

So it’s genuinely one or the other either I can see enough of the content to keep it clean, or I can’t see it at all and can’t keep it clean. I chose to keep it scannable, because for an open anonymous service, I think being able to block that kind of content is more important.

That’s the real reason there’s no at-rest encryption not laziness it would compromise security. I’m open to hearing how you’d weigh the pros and cons, though.

path: 0 24256264 24257544, hotness: undefined, score: 13, children: 3
defaultusername 3 points 8 days ago

You could do client-side scanning instead while checking a signature of the client's js to ensure that it is your code that's running.

path: 0 24256264 24257544 24259544, hotness: undefined, score: 3, children: 1
Gonzako 7 points 8 days ago

Never trust the client lol

path: 0 24256264 24257544 24259544 24263835, hotness: undefined, score: 7, children: 0
rijom 1 point 8 days ago

What about people uploading said files in an encrypted manner?

path: 0 24256264 24257544 24266470, hotness: undefined, score: 1, children: 0

thanks for using Leebra!

go to feed...