Encryption

From Hugo Villeneuve
Jump to: navigation, search

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