Difference between revisions of "Encryption"
(→Encryption avec Debian 7 (Wheezy)) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | =Encryption avec Debian |
+ | =Encryption avec Debian 11= |
| + | |||
| + | ==ecryptfs== |
||
$> apt-get install ecryptfs-utils |
$> apt-get install ecryptfs-utils |
||
$> ecryptfs-setup-private |
$> 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 |
||
Latest revision as of 14:22, 5 May 2022
Encryption avec Debian 11
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