Programma opensouce disponibile sia per ubuntu che per windows, questa è una procedura eseguita su ubuntu.
Guida installazione da wiki ufficialehome page truecrypt
Truecrytp su ubuntu non ha interfaccia grafica e bisogna digitare i comandi per usarlo.
Creare file nuovo truecrypt da Terminale. Elencare posizione file e nome, in questo esempio l’ho creato su altra partizione FAT32 e il nome file è truecrypt.
truecrypt -c /media/sda1/truecrypt
Lavorare come amministratore root
sudo bash
Cominciamo creazione file esaudendo i passaggi richiesti, ecco come consigliato.
bio@bio-desktop:~$ sudo bash
[sudo] password for bio:
root@bio-desktop:~# truecrypt -c /media/sda1/truecrypt
Volume type:
1) Normal
2) Hidden
Select [1]: 1
Filesystem:
1) FAT
2) None
Select [1]: 1
Enter volume size (bytes - size/sizeK/sizeM/sizeG): 4G
Hash algorithm:
1) RIPEMD-160
2) SHA-1
3) Whirlpool
Select [1]: 1
Encryption algorithm:
1) AES
2) Blowfish
3) CAST5
4) Serpent
5) Triple DES
6) Twofish
7) AES-Twofish
8 ) AES-Twofish-Serpent
9) Serpent-AES
10) Serpent-Twofish-AES
11) Twofish-Serpent
Select [1]: 8
Enter password for new volume '/media/sda1/truecrypt':
Re-enter password:
Enter keyfile path [none]:
TrueCrypt will now collect random data.
Is your mouse connected directly to computer where TrueCrypt is running? [Y/n]: y
Please move the mouse randomly until the required amount of data is captured…
Mouse data captured: 100%
Done: 4095.58 MB Speed: 8.14 MB/s Left: 0:00:00 Ecceduto limite dimensione file (core dumped)
Nel mio caso ho creato file di 4GB anche perché la partizione ospitante è FAT32 e non supporta file più grandi.
Ora dobbiamo creare una unità virtuale dove truecrypt può appoggiare volume creato.
Creare media virtuale appoggio mount truecrypt
truecrypt -c /media/sda1/truecrypt
Aprire il file appena creato. Verrà mostrato su esplorazione file come in figura.
truecrypt -u /media/sda1/truecrypt /media/truecrypt_drive/
Comando per smontare
truecrypt -d
