October 21, 2007 · Security · Email This Post

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Crypt manager is a compilation of tools which allow to easily encrypt, open, close and uncrypt folders in a Desktop environment. It is wrote in Python, it uses cryptsetup and LUKS as backend.

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.

  • Share/Save/Bookmark

Related Articles

9 Comments to “Crypt Manager – An encrypted folder manager for Ubuntu Linux”

  1. kaiwan says:

    I get an error:
    sudo: ./install.sh: command not found
    There is no install.sh in crypt-manager folder

  2. philfarr says:

    Got the same error.

    Anyone got a cure???

  3. Biggy says:

    hhow to uninstall “Crypt manager” ?????

  4. Paul T says:

    I aslo get the same error:
    sudo: ./install.sh: command not found
    There is no install.sh in crypt-manager folder

  5. M Mafrica says:

    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.

  6. M Mafrica says:

    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.

  7. bangor says:

    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

  8. mzh says:

    I have the same problem with F8

Leave a Reply