ECryptfs
ecryptfs
sudo apt-get install ecryptfs-utils ecryptfs-setup-private umount.ecryptfs_private mount.ecryptfs_private
encfs
http://ubuntuforums.org/showthread.php?t=148600
Install encfs
apt-get install encfs
mkdir -p ~/encrypted ~/temp_encr
Created encrypted dir / create password
encfs ~/encrypted ~/temp_encr
Copy files to ~/temp_encr
Umount encrypted dir
fusermount -u ~/temp_encr