Thursday, August 2, 2012

Linux create encrypted folder

I'm using Ubuntu for this case.
  1. sudo -s
  2. apt-get install ecryptfs-utils
  3. ecryptfs-setup-private 
  4. Enter your login passphrase:
  5. Logout, and Log back in to establish the mount
Now everything under ~/Private is encrypted :)

No comments:

Post a Comment