Encryption: Difference between revisions
From hugovil.com
Jump to navigationJump to search
No edit summary |
|||
| Line 7: | Line 7: | ||
$> ecryptfs-setup-private | $> ecryptfs-setup-private | ||
ou | |||
$> ecryptfs-migrate-home -u <username> | |||
==git-crypt== | ==git-crypt== | ||
Revision as of 19:22, 5 May 2022
Encryption avec Debian 7 (Wheezy)
ecryptfs
$> apt-get install ecryptfs-utils
$> ecryptfs-setup-private
ou
$> ecryptfs-migrate-home -u <username>
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