« Doctorat » : différence entre les versions

Contenu supprimé Contenu ajouté
→‎Protection des données : Mise en forme des commandes pour rendre le copier/coller possible.
RP87 (discussion | contributions)
→‎Protection des données : veracrypt + modif code ciphershed
Ligne 242 :
 
 
====VeraCrypt====
I tried this one :
[[w:VeraCrypt | VeraCrypt]]
installation en ligne de commande (sous ubuntu)<ref>https://techamber.wordpress.com/2015/07/05/how-to-install-veracrypt-on-ubuntu-15-04-vivid-vervet/</ref>
 
sudo add-apt-repository ppa:unit193/encryption
https://wiki.ciphershed.org/
sudo apt-get install git g++update
and was successful. If you want to try something else, do not hesistate to share your expirence.
sudo apt-get install veracrypt
 
====Ciphershed====
 
[https://wiki.ciphershed.org/]
 
CIPHERSHED (Rudy)
(tried under ubuntu 14.04, debian based)
Instruction are here<ref>https://wiki.ciphershed.org/BuildOnLinux</ref>:
 
https://wiki.ciphershed.org/BuildOnLinux
4 command lines only ;-)
 
<nowiki> ##</nowiki>Prerequis :
sudo apt-get install git g++
 
<nowiki> ##</nowiki>Install the development libraries the application depends on:
sudo apt-get install git g++
sudo apt-get install libwxgtk2.8-dev nasm libfuse-dev
 
<nowiki> ##</nowiki>Check out the sources from repository:
<nowiki>##</nowiki>Install the development libraries the application depends on:
git clone https://github.com/CipherShed/CipherShed.git
 
<nowiki> ##</nowiki>Enter the newly checked out work-space
sudo apt-get install libwxgtk2.8-dev nasm libfuse-dev
cd CipherShed/src
 
<nowiki> ##</nowiki>Start the MAKE build process.
<nowiki>##</nowiki>Check out the sources from repository:
LIBS="-ldl" make
 
git clone https://github.com/CipherShed/CipherShed.git
 
<nowiki>##</nowiki>Enter the newly checked out work-space
 
cd CipherShed/src
 
<nowiki>##</nowiki>Start the MAKE build process.
 
LIBS="-ldl" make
 
Then it is used as TrueCrypt