KEncFS is a gui frontend for encfs. With KEncFS you can easily create, mount, umount and delete your encrypted filesystem.

Use of KEncFS is very simple: to create a new encrypted filesystem you must create new or select two existent dirs, one directory to archive encrypted files and another directory to mount on the encrypted filesystem with encfs (a mountpoint). After this, you can select a conventional ID for your encrypted filesystem and then a password.

With KEncFS you can also manage your encrypted filesystem. You can browse, mount, umount, remove from list (not from disk) your encrypted filesystem, in easy way.

Author: Felice Murolo - Salerno - Italy
eMail: linuxboy@RE-MO-VEfel.hopto.org (delete RE-MO-VE and send your email)

/******************************************************************
** KENCFS - (c) 2010-2016 by Felice Murolo, all rigths reserved
** Author: Felice Murolo, Salerno, Italia
** eMail: linuxboy@RE-MO-VEfel.hopto.org
**
** GNU Lesser General Public License Usage
** KEncFS and it's sources may be used under the terms of the GNU Lesser
** General Public License version 2.1 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL included in the
** packaging of this file.  Please review the following information to
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
**/

INSTALL
===========
Open a konsole into source dir and write

$> qmake-qt4
$> make
$> sudo make install

Note: the automatic installation is done in the following directories:

/usr/bin/ for KEncFS itself
/usr/share/doc/kencfs-1.1 for this README
/usr/share/apps/kencfs/translations for .qm files of languages
/usr/share/applications/kde4 for kencfs.desktop file

If you want to change some of those path, adjust qmake kencfs.pro file.

Changelog
==============
12 sep 2010		1st version, 1.0a
12 dec 2010		version 1.1
					 - fixed some minor bugs in sources.
					 - fixed a major bug (segmentation fault). It was generated by pressing a button (browse or umount or remove) when no
						row was selected into treeview of filesystem
					 - fixed a window title
					 - added warning request when you try to remove a filesystem
18 jun 2011		version 1.2
					 - added the ability to mount the crypted filesystem directly by clicking "Browse"
                                         - added doubleclick action for filesystem listview. Double click on a row now mount and browse selected filesystem

08 jan 2013             version 1.2.1    - fixed position of icon in "Mount" button. Some little text fix.
07 mar 2014             version 1.3.0    - fixed a little bug in FS Removal
					 - added KDE WALLET support - If you use this, please consider to protect your kdewallet with password.
					 - added Romanian translations
					 - added Czech translations
28 apr 2014		version 1.3.1    - added support for ENCFS (Fuse) errors (thanks to sharkcow for suggestion)
29 aug 2014		version	1.4.0    - added the ability to auto-mount crypted filesystem on start, using kdewallet for password storage. There is a new configure option for this feature.
13 may 2015             version 1.5.0    - KencFS works in KDE4 and in KdePlasma5.

Thanks
==============
Nicolai Beuermann for KDEWallet support idea
Arthur Țițeică for Romanian translations
Miloš Kožina for Czech translations
Hennings Kopf for automount via KDEWallet idea


Donations
==============
If you like this application, please donate something.
Please, use the "Donate" link in the KENCFS App Page on kde-apps.org or the following link:

http://kde-apps.org/content/donate.php?content=134003

All money raised will be donated to charity for meritorious initiatives.


