this post was submitted on 22 Apr 2024
463 points (97.3% liked)

Open Source

29163 readers
570 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Allero 60 points 2 months ago (2 children)

The backend is proprietary. Avoid.

[–] warmaster@lemmy.world 9 points 2 months ago (3 children)
[–] hswolf@lemmy.world 6 points 2 months ago

I use their mail system, and it's pretty good ngl

[–] Zetta@mander.xyz 4 points 2 months ago (1 children)
[–] RobMyBot@lemmy.ml 5 points 2 months ago

E2E Encrypted FOSS smoke signals that are only visible on a Time-Based One-Time wavelength of light are the only way.

[–] Harbinger01173430@lemmy.world 1 points 2 months ago (1 children)
[–] warmaster@lemmy.world 2 points 2 months ago

Except anything Valve, which is awesome.

[–] Sgn@programming.dev 1 points 2 months ago (1 children)
[–] Allero 1 points 2 months ago (2 children)

Because we only know what the client does, and have no clue on the server side of things, allowing Proton to do any manipulations with the data. Not ideal when you consider it for password storage.

[–] Sgn@programming.dev 1 points 2 months ago (1 children)
[–] Allero 1 points 2 months ago

Something like Vaultwarden if you care about cloud sync, or KeePassXC if that's not on your priority list.

[–] refalo@programming.dev 1 points 2 months ago (1 children)

if the client is e2ee and you can control that, then why is the server relevant?

[–] Allero 1 points 2 months ago* (last edited 2 months ago) (1 children)

Because non-obvious backdoors can be added to the client that break or circumvent encryption (looking at you, xz), stealing all of your passwords, and no one will be able to raise the alarm just by looking at the server code.

Open-source backend allows to generally avoid this situation, while also potentially rendering you able to self-host if you're paranoid.

[–] refalo@programming.dev 1 points 2 months ago (1 children)

and you can control that

Sorry, I meant "assuming one has complete control over the client source" where the remote cannot just change it on you.

[–] Allero 2 points 2 months ago* (last edited 2 months ago) (1 children)

I mean they can make a sneaky update to the client that introduces such changes.

Sure, if you won't update your client, this won't affect you, but would potentially open you up to other security vulnerabilities.

[–] refalo@programming.dev 2 points 2 months ago* (last edited 2 months ago)

This was a real concern with MEGA back in the day (after Kim said you should no longer trust them) and a big reason why I prefer to use standalone client apps that I can control the source of.