Sponsored Link
Crypt Manager is composed of three parts:
A python module called cryptsetup.py
A command line tool called crypt-manager
A GTK interface called gcrypt-manager
An extension to the GNOME file manager Nautilus
Install Crypt Manager in Ubuntu
sudo addgroup your-login fuse
sudo apt-get install encfs python2.4-dev python-nautilus subversion
svn checkout http://crypt-manager.googlecode.com/svn/trunk/ crypt-manager
cd crypt-manager
sudo ./install.sh
This will complete the installation part now if you want to open Crypt Manager go to System -> Administration -> Encrypted folders or you can type the command in the terminal "gcrypt-amanger"
Once it open you should see the following screen.If you want to encrypt the folder click on Encrypt.
Once it open the encyptwindow you should see similar to the following screen here you need to select the folder and enter the password for this and click on apply
Now you can see the encryption is in progress bar as follows
If you want to decrypt select folder and click on decrypt.
I get an error:
sudo: ./install.sh: command not found
There is no install.sh in crypt-manager folder
Got the same error.
Anyone got a cure???
hhow to uninstall “Crypt manager” ?????
I aslo get the same error:
sudo: ./install.sh: command not found
There is no install.sh in crypt-manager folder
Here’s how I managed to get it working:
1. type “sudo ./make-debian.sh” after checking it out from google
2. cd into “conceal-0.0.5/conceal-gtk” you’ll find a python script. “setup.py”
3. type “sudo python setup.py install” in the conceal-gtk dir
You’ll then hopefully find it working.
It’s been running on a 13 MB file now for like two hours. I can’t lose this data, but im afraid it might be caught in a loop. I’m afraid to cancel it though, because it might screw it up.
http://code.google.com/p/crypt-manager/downloads/list
I have install successfully ,but it can not work ,when it starting then shutdown suddenly.Would you help me ?MY OS is ubuntu 7.10
I have the same problem with F8
To all guys that were stuck at “sudo ./install.sh”
i will teach you what to do:
Type:
cd crypt-manager
sudo ./make-debian.sh
cd conceal-0.0.5/conceal-gtk
sudo python setup.py install
And it’s done.
Now go to System>Administration and you will see an icon saying encrypted directories.
I’m not the admin i think this guy that wrote this is a mother fucker that don’t even test things before posting…
Keep using ubuntu.
No you have to install conceal before installing conceal-gtk.
First cd to crypt-manager dir and type
sudo ./make-debian.sh
Then cd to /conceal-0.0.5/conceal and type
sudo python setup.py install
And then cd to /conceal-0.0.5/conceal-gtk and type
sudo python setup.py install.
@daniel
awesome dude…
thanx alot…