![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Jan 2005
Beans: 65
|
HOWTO: Encrypted directory with EncFS
This guide describes how to create encrypted directories. These can come in handy for laptop users, password lists and the like.
1. Install the software Code:
sudo apt-get install encfs fuse-utils sudo modprobe fuse 2. Add yourself to the fuse group The installer creates a fuse group and to use fusermount you need to be in this group. You can do this with your favourite GUI admin tool or command line: Code:
sudo adduser <your username> fuse I put mine in my home dir, but you can put it anywhere you like. Code:
mkdir ~/encrypted This is the directory where you will mount the encrypted directory. Through this path you can access the encrypted files. Code:
mkdir ~/temp_encr The first time you try to mount the directory, encfs will create the encrypted filesystem. It works like the regular mount: Code:
encfs <folder to mount> <mount point> Code:
encfs /home/<your username>/encrypted /home/<your username>/temp_encr 6. Do the work Put some files in your ~/temp_encr folder and look in the ~/encrypted one: they will show up there, encrypted. 7. Unmount the encrypted filesystem Unmounting is as easy as Code:
fusermount -u /home/<your username>/temp_encr Repeat! EncFS will only create the filesystem once, after that first time it will ask for a password and mount your directory. Remember to keep the two directories apart: in this example the "encrypted" folder holds your encrypted data and should not be used directly. The gateway to access this data is "temp_encr" or whatever you want to call it. Sites used: http://arg0.net/wiki/encfs - the main EncFS site how-to-mount-a-remote-ssh-filesystem-using-sshfs Last edited by remmelt; March 22nd, 2006 at 01:24 PM.. |
|
|
|
|
|
#2 |
|
Ubuntu Extra Shot
![]() Join Date: Apr 2005
Location: 2630m closer to the stars
My beans are hidden!
|
Re: HOWTO: Encrypted directory with EncFS
Several observations:
Last edited by dradul; June 11th, 2006 at 09:47 PM.. |
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Jan 2005
Beans: 65
|
Re: HOWTO: Encrypted directory with EncFS
Thanks, I forgot to add that about the modprobe.
|
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() |
Re: HOWTO: Encrypted directory with EncFS
Good howto, this is just what i've been looking for for some time. Works great!
__________________
The sooner you fall behind, the more time you'll have to catch up. |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2006
Beans: 11
|
Re: HOWTO: Encrypted directory with EncFS
I can not get this to work on on dapper. Has anyone gotten it to work on Dapper yet?
|
|
|
|
|
|
#6 | |
|
Ubuntu Extra Shot
![]() Join Date: Apr 2005
Location: 2630m closer to the stars
My beans are hidden!
|
Re: HOWTO: Encrypted directory with EncFS
Quote:
|
|
|
|
|
|
|
#7 |
|
Gee! These Aren't Roasted!
![]() Join Date: Apr 2005
Location: Kuopio, Finland
Beans: 167
Ubuntu 9.10 Karmic Koala
|
Re: HOWTO: Encrypted directory with EncFS
Wow, amazing! Thank you very much, this is something that I've (too) looked for some time. Yea, I wanted to encrypt a directory and not the whole fs. This is just what I've needed.. thanks!
__________________
-- "Be nice to nerds. Chances are you'll end up working for one." -- Bill Gates |
|
|
|
|
|
#8 | |
|
A Carafe of Ubuntu
![]() |
Re: HOWTO: Encrypted directory with EncFS
Quote:
This were on a Ubuntu 6.06 LTS - Dapper Drake system. It seems like fuse don't create any new group now.Did not add myself to anything. But thanks for the info,and if anyone want the newest amd64 debs just send me a mail. |
|
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2005
Location: Stockport, UK
Beans: 30
Ubuntu 9.04 Jaunty Jackalope
|
Re: HOWTO: Encrypted directory with EncFS
Hey thanks for that.
Now for KDE users who dont want to keep going into a terminal to mount their encrypted folder, I found this page on the Gentoo wiki - http://gentoo-wiki.com/TIP_EncFS#Usi...DE_.26_Kdialog To make it work in Kubuntu you need to change the references of "/usr/kde/3.4/bin/kdialog" to "/usr/bin/kdialog" - but then it works like a charm. My menu entry looks like: ./mountsafe.sh /full/path/to/encrypted/.store /full/path/to/revealed/store - run as root, with a work path of ~ Hope it's helpful.
__________________
"No thanks, I prefer them this colour. Now, what was I doing?" Last edited by hippyjim; June 18th, 2006 at 07:17 PM.. |
|
|
|
|
|
#10 | |
|
Gee! These Aren't Roasted!
![]() Join Date: Jun 2005
Beans: 175
|
Re: HOWTO: Encrypted directory with EncFS
Quote:
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|