ECryptfs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==ecryptfs== | |||
<pre>sudo apt-get install ecryptfs-utils | |||
ecryptfs-setup-private | |||
umount.ecryptfs_private | |||
mount.ecryptfs_private</pre> | |||
==encfs== | |||
http://ubuntuforums.org/showthread.php?t=148600 | http://ubuntuforums.org/showthread.php?t=148600 | ||
Revision as of 06:15, 18 December 2008
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