ECryptfs

From DrewWiki
Revision as of 00:44, 25 January 2018 by Drew (talk | contribs) (fix syntax for ECryptfs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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