Como posso instalar o TrueCrypt no Ubuntu 14?

0

As suas fontes são seguras para download?

    
por CapR 27.12.2014 / 00:41

2 respostas

0

Confira este link. link . As informações no site podem ajudá-lo.

    
por Wolverine 27.12.2014 / 01:17
0

Pode usar o cryptsetup. Veja 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].
    
por Xen2050 27.12.2014 / 01:23