Hi, I stumbled over a tutorial to create encrypted containers under Linux using fallocate and Gnome Disk Utility (see video link). I then tried to do this with the KDE Partition Manager but I couldn't find a similar function. In my opinion it would be nice to achieve something like this with all KDE tools. I don't know if this is the right place for this request or maybe a new app should be written specifically for this purpose. Anyway this is my idea: Partitonmanager or a new GUI tool, designed specifically for this purpose should be able to: - without root privileges - use fallocate to create a new file with specified size - create a partition table on said file - create an encrypted LUKS+ext4 filesystem on said file - mount this file via a password prompt As all of this can be done with standard Linux tools the created container should be usable on almost any distribution. A name for a new program could be KryptKeeper, what do you think? ;) Thanks! Reproducible: Always
At some point it would be nice to have. Full disk encryption LUKS and LVM would also be desirable and might actually come earlier because it is more useful for OS installer programs.
LUKS support is coming soon, so then this bug essentially becomes a duplicate of Bug 349605 - Add support for attaching files as loop devices *** This bug has been marked as a duplicate of bug 349605 ***
Note that upcoming Plasma Vault can actually do this too with Tomb backend: http://cukic.co/2017/03/09/vault-for-the-privacy-of-your-data/ Probably better to use it there.