Ubuntu Forums Archive Viewer

GUI to manage encrypted directory

Archived thread 1207496 from Ubuntu Christian Edition. Markdown source: Ubuntu_Christian_Edition/thread_1207496_GUI_to_manage_encrypted_directory.md

Original URL About this archive
#1

I have made a GUI to create and manage encrypted directory in home folder. This script will help you to create encrypted directory, lock and unlock it, as well as changing password.

It save you the hassle of typing command line to manage encrypted directory using encfs.

Add repository to your sources.list:

deb http://david-kt.atbhost.net/Ubuntu_CE/ binary/

sudo apt-get update sudo apt-get install encfs-gui

After that you could find it in Application > System tools > encfs gui

Please let me know you opinion about this simple tool.

DK