mhx / dwarfs

A fast high compression read-only file system for Linux, Windows and macOS
GNU General Public License v3.0
2.16k stars 58 forks source link

Add encryption option #126

Open daci12345 opened 1 year ago

daci12345 commented 1 year ago

Not sure if it's possible or how easy would it be to encrypt the filesystem (making it only mountable and extractable via password), could be useful for storing sensitive data like passwords or ssh keys, anything really.

mhx commented 1 year ago

I agree this would be nice, but it's not currently on the roadmap.

As long as this doesn't exist as a feature within dwarfs, maybe using something like gocryptfs along with dwarfs is a viable workaround?