this post was submitted on 19 Apr 2025
2 points (75.0% liked)

Privacy

1711 readers
1 users here now

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

I know I could and should encrypt whole drives but I want another layer of protect specific folders when my devices are unlocked, a password. I want the folders to behave like regular folders where I can add or remove files as usual, without a clunky UX like password protected zips. I looked it up and didn't find any straightforward solutions.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago)

Cryptomator is best for dirs and anything synced to the cloud. You can also use something like rclone, locally, but it's more for remote backup of data. Veracrypt dirs are predefined in size, so it's best to only use for full disk encryption, fixed archives, etc.

Password protection only means protection if the data behind it is encrypted with that password. In all other cases, the data should be considered compromised (visible/accessible) the moment anyone else has access to the hardware or software storing it.

[–] refalo 1 points 3 weeks ago* (last edited 3 weeks ago)

I looked it up and didn’t find any straightforward solutions.

There aren't any to my knowledge.

All 3 OS's would have to expose some kind of facility that makes this straightforward. But not even FUSE is easily usable across all the platforms.

[–] muhyb 1 points 3 weeks ago* (last edited 3 weeks ago)

I don't think you can do this without encryption that all 3 OSes can recognize, which will lead you to password protected zips.

Edit: Apparently there are some solutions.