如何在 Ubuntu 14 上安装 TrueCrypt?

如何在 Ubuntu 14 上安装 TrueCrypt?

有任何安全的下载来源吗?

答案1

查看此链接。https://www.digitalocean.com/community/tutorials/how-to-install-truecrypt-cli-on-linux。网站中的信息也许对你有帮助。

答案2

也许可以使用 cryptsetup。请参阅man cryptsetup

TCRYPT (TrueCrypt-compatible) EXTENSION
   cryptsetup  supports mapping of TrueCrypt or tcplay encrypted partition
   using a native Linux kernel API.  Header formatting and  TCRYPT  header
   change  is  not  supported,  cryptsetup never changes TCRYPT header on-
   device.

...

   open --type tcrypt <device> <name>
   tcryptOpen <device> <name>  (old syntax)

          Opens the TCRYPT (a TrueCrypt-compatible) <device> and sets up a
          mapping <name>.

          <options> can be [--key-file, --tcrypt-hidden,  --tcrypt-system,
          --readonly, --test-passphrase].

相关内容