Как я могу установить TrueCrypt на Ubuntu 14?

Есть ли у них безопасные источники для скачивания?

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].

Проверьте эту ссылку. https://www.digitalocean.com/community/tutorials/how-to-install-truecrypt-cli-on-linux. Информация на сайте может вам помочь.

Другие вопросы по тегам