Archive du 3 juin 2009

3
juin

Cryptage de partition avec TrueCrypt.

   Ecrit par : Nekrofage   in Logiciels, Logiciels Linux

Cryptage de partition avec TrueCrypt.

Distribution : Kubuntu 8.10

1) Téléchargement :

http://www.truecrypt.org/downloads2

2) Compilation et installation :

nekrofage@bureau:~$ cd DISQUE/
nekrofage@bureau:~/DISQUE$ tar xvfz TrueCrypt\ 6.2\ Source.tar.gz
nekrofage@bureau:~/DISQUE$ cd truecrypt-6.2-source/
nekrofage@bureau:~/DISQUE/truecrypt-6.2-source$ make

3) Erreur(s) :

Problème :

Compiling Keyfile.cpp
In file included from Keyfile.cpp:10:
/home/nekrofage/DISQUE/truecrypt-6.2-source/Common/SecurityToken.h:43:21: warning: pkcs11.h: Aucun fichier ou dossier de ce type

Solution :

nekrofage@bureau:~/DISQUE$ mkdir pkcs_include
nekrofage@bureau:~/DISQUE$ cd pkcs_include/
nekrofage@bureau:~/DISQUE/pkcs_include$ wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11.h
nekrofage@bureau:~/DISQUE/pkcs_include$ wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11f.h
nekrofage@bureau:~/DISQUE/pkcs_include$ wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11t.h
nekrofage@bureau:~/DISQUE/pkcs_include$ pwd
/home/nekrofage/DISQUE/pkcs_include
nekrofage@bureau:~/DISQUE/pkcs_include$ export PKCS11_INC=

Problème :

Compiling FuseService.cpp
FuseService.cpp:12:18: warning: fuse.h: Aucun fichier ou dossier de ce type

Solution :

nekrofage@bureau:~/DISQUE/truecrypt-6.2-source$ sudo apt-get install libfuse-dev libfuse2 fuse-utils

Problème :

wx/wx.h: Aucun fichier ou dossier de ce type

Solution :

sudo apt-get install wx2.8-headers libwxgtk2.8-0 libwxgtk2.8-dev libwxgtk2.6-dev wx2.8-headers

4) Lancement de TrueCrypt :

nekrofage@bureau:~/DISQUE/truecrypt-6.2-source$ ./Main/truecrypt

5) Changer de langue :

/!\ A faire /!\

nekrofage@bureau:~/DISQUE/truecrypt-6.2-source$ cd ..
nekrofage@bureau:~/DISQUE$ unzip langpack-fr-0.1.0-for-truecrypt-6.2.zip
nekrofage@bureau:~/DISQUE$ cp *.xml truecrypt-6.2-source/Main/
nekrofage@bureau:~/DISQUE$ cd truecrypt-6.2-source/Main
nekrofage@bureau:~/DISQUE/truecrypt-6.2-source/Main$ ./truecrypt

6) Lien(s) :

http://www.truecrypt.org/

http://15minutesoffame.be/nico/blog/2009/05/proteger-ses-donnees-personnelles/#creer-un-conteneur-chiffre

http://www.itsolutionskb.com/2009/04/installing-truecrypt-on-ubuntu/

http://ubuntuforums.org/showthread.php?t=889214