On Mon, Jan 2, 2012 at 10:07 AM, Stéphane Guedon <steph...@22decembre.eu>wrote:
> Hi all > > I may ask something already discussed, but I can't find any good > documentation. > I am wondering of how to secure my home repository on my laptop. I am > thinking > of cryptography and other things (the password uncrypt the repository and > allows to read files...). > > What tool to use for ? Anybody knows a good doc (in french would be really > good) ? > > I am not really paranoïd, but I work now in a quite important environnement > and want any data I get out to be secured... > -- > Stéphane Guedon > http://www.22decembre.eu/ > http://lectures.22decembre.eu/ > carte de visite : http://www.22decembre.eu/downloads/Stephane-Guedon.vcf > You can use 'encfs'. It is really trivial. You need to create a directory where you will put the encrypted files like this: encfs ~/.encdir ~/workdir Read this for a lot more info: http://movingtofreedom.org/2007/02/21/howto-encfs-encrypted-file-system-in-ubuntu-and-fedora-gnu-linux/ But, what I told you is basically what you need. Regards, Kfir