Hello,
I’m trying to create encrypted virtual disk following instruction from here: https://doc.opensuse.org/documentation/leap/security/html/book.security/cha.security.cryptofs.html#sec.security.cryptofs.y2
“To set up an encrypted virtual disk, launch YaST, switch to the System section, and start the Partitioner. Switch to the Crypt Files section and press Add Crypt File.”
I do not see “Crypt Files” section in the partitioner.
Do I have to install additional packages?
Thank you,
Radovan
No, it simply is not available in Leap 15. Release Notes | openSUSE Leap 15.3
Care to report bug against documentation?
Looks like cryptconfig died so openSUSE had no option but to remove it.
With a little research, it looks like we can use “cryptsetup” instead.
cryptsetup should already be installed by default
man cryptsetup
cryptsetup --help
TSU
Filed bug report: https://bugzilla.opensuse.org/show_bug.cgi?id=1116646
Thank you I will take a look at cryptosetup.
Radovan
BTW -
Looking through some of my Wiki articles,
When changes were announced to use cryptsetup, the following was published which described the new tool and procedure.
https://lizards.opensuse.org/2017/05/26/manual-paritioning-crypttab/
HTH,
TSU
I have found the KDE Vault functionality perfectly fitting my purpose. I creates an encrypted file and mount it as a disk.
https://www.addictivetips.com/ubuntu-linux-tips/create-encrypted-folders-on-kde-linux-desktop-with-vaults/
Radovan