
(Qt Security)
cryfs-gui is a Qt/C++ front end to cryfs[1][2] and encfs[3]
It is a GUI tool that can be used to store information securely in folders.
[1] https://www.cryfs.org/
[2] https://github.com/cryfs
[3] http://www.arg0.net/#!encfs/c1awt
changelog:
changelog for version 1.2.0
-- Add French translations.
-- Add ability to auto unlock a volume from CLI.An example of how to do this is:
cryfs_gui -d /home/mtz/cryfs.volume -b "internal"
The "-b" option gives a passphrase storage backend to use to retrieve the password to unlock
the volume. Currently,only 3 backends are supported:
1. "internal" backend is always there and its backed by libgcrypt.
2. "kwallet" is backed ny KDE wallet is a compile time dependency of the project.
3. "gnomewallet" is backed by GNOME's libsecret and is a compile time dependency of the project.
Set the backed to use a blank passphrase(not recommended) if you want to be able to unlock
your volumes without being prompt for a backend password.
changelog for version 1.1.0
-- Add ability to unmount all volumes at the same time(Menu->UnmountAll)
-- Add ability to generate mounting dialog with a single
action(Menu->Favorites->Mount All)
changelog for version 1.0.0
-- Can create Cryfs Volumes.
-- Can unlock Encfs Volumes.
-- Can unlock Cryfs Volumes.
-- Can save and retrieve volumes keys from KDE wallet,GNOMEs libsecret and an internal secured storage system backed by libgcrypt.
-- Can save favorite volumes for easier access to frequently used volumes.
-- Can use keys derived from passphrases,keyfiles and a combination of a passphrase and a keyfile.
-- Can be build with Qt4(default) or with Qt5.
[read more]
job recommendations: