Encryption: Difference between revisions
From hugovil.com
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
=Encryption avec Debian 7 (Wheezy)= | =Encryption avec Debian 7 (Wheezy)= | ||
==ecryptfs== | |||
$> apt-get install ecryptfs-utils | $> apt-get install ecryptfs-utils | ||
$> ecryptfs-setup-private | $> ecryptfs-setup-private | ||
==git-crypt== | |||
$> git clone https://github.com/AGWA/git-crypt.git | |||
$> cd git-crypt | |||
$> make | |||
$> make PREFIX=/usr install | |||
$> cd repo | |||
$ git-crypt init /path/to/keyfile | |||
Revision as of 14:52, 16 May 2014
Encryption avec Debian 7 (Wheezy)
ecryptfs
$> apt-get install ecryptfs-utils
$> ecryptfs-setup-private
git-crypt
$> git clone https://github.com/AGWA/git-crypt.git $> cd git-crypt $> make $> make PREFIX=/usr install
$> cd repo $ git-crypt init /path/to/keyfile