-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add encryption for data at storage #68
Comments
I don't think that is something a photo gallery should concern about: https://stackoverflow.com/a/3938083
The explanations of immich-app/immich#450 also makes quite good sense. |
Since Android Client, Desktop Client and so on are options in this repo this should be added. (not javascript code that can be modified by a rogue admin)
and the comment is only true, because immich was build not with privacy in mind (which is ok), but there certainly are solutions that offer all that and more and feature e2ee. Nextcloud and Ente were designed with privacy first in mind and so support encryption by default. Edit: ente has it's implementation split into data server (museum) and clients (web, android, desktop, ...) so you could host the web frontend yourself as well without having to trust the admin. |
@ildyria in this situation encryption does matter:
Personally I would trust official apps of big projects such as Ente and Immich more than the server administrators. Even if I am the server administrator, having encrypted photos (such as what Ente does) would give me a peace of mind so even if someone got access to the physical drives or ssh access to my server, they wouldn't be able to see my photos unless they got access to the keys on my phone. My explanation is like an elaboration of @BlackLotus 's explanation. |
See details/reasons here immich-app/immich#450 this is a relative important feature for me. But I need to figure it out by the "hard way"
The text was updated successfully, but these errors were encountered: