Skip to content
  • segfault3's avatar
    shellMountOperation: Support TCRYPT · aa3e64ae
    segfault3 authored and Florian Müllner's avatar Florian Müllner committed
    This extends the ShellMountPasswordDialog by widgets which allow
    specifying parameters supported by TrueCrypt and VeraCrypt compatible
    volumes (TCRYPT). This includes:
    
     - Whether the volume to be unlocked is hidden.
     - Whether the volume to be unlocked is a system partition.
       Note: TrueCrypt and VeraCrypt only support encrypting Windows
       systems [1], so the label for this option is "Windows System Volume".
     - Whether to use a PIM [2].
     - Whether to use keyfiles. Unfortunately, GMountOperation doesn't
       support TCRYPT keyfiles, so if this checkbox is checked, we tell the
       user that they should unlock the volume with Disks, which supports
       unlocking TCRYPT volumes with keyfiles.
    
    [1] https://www.veracrypt.fr/en/System%20Encryption.html
    [2] https://www.veracrypt.fr/en/Header%20Key%20Derivation.html
    
    !126
    aa3e64ae