ECryptfs

From DrewWiki
Revision as of 06:33, 18 December 2008 by Drew (talk | contribs) (New page: http://ubuntuforums.org/showthread.php?t=148600 Install encfs <pre>apt-get install encfs</pre> <pre>mkdir -p ~/encrypted ~/temp_encr</pre> Created encrypted dir / create password <pre>mou...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

http://ubuntuforums.org/showthread.php?t=148600

Install encfs

apt-get install encfs
mkdir -p ~/encrypted ~/temp_encr

Created encrypted dir / create password

mount -t encfs ~/encrypted ~/temp_encr

Copy files to ~/temp_encr

Umount encrypted dir

fusermount -u ~/temp_encr