Install EncFS:
sudo apt-get install encfs
EncFS uses the fuse kernel extension, which we need to load into the kernel
sudo sh -c "echo fuse >> /etc/modules"
sudo modprobe fuse
Add yourself into the fuse group
sudo addgroup my_login_name fuse
Log out and log in.
Create your encrypted directory:
cd ~
mkdir .encrypt
mkdir encrypt
encfs $HOME/.encrypt $HOME/encrypt
Press enter few times,
Wednesday, January 20, 2010
How to Encrypt directories using EncFS
Posted on 12:03 AM by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment