summaryrefslogtreecommitdiffstats
path: root/system/zuluCrypt/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 15:14:32 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit300db187d23b9c3a59376461ae7fdf617f52c21b (patch)
tree8677e2192485fcb6a4708084bffa096ce751e93b /system/zuluCrypt/README
parentfe9d1b744ad6972af8f2c9e263542fa5b2410925 (diff)
downloadslackbuilds-300db187d23b9c3a59376461ae7fdf617f52c21b.tar.gz
slackbuilds-300db187d23b9c3a59376461ae7fdf617f52c21b.tar.xz
system/zuluCrypt: Fix README.
Diffstat (limited to 'system/zuluCrypt/README')
-rw-r--r--system/zuluCrypt/README40
1 files changed, 25 insertions, 15 deletions
diff --git a/system/zuluCrypt/README b/system/zuluCrypt/README
index 148dcd6020..d14f28108b 100644
--- a/system/zuluCrypt/README
+++ b/system/zuluCrypt/README
@@ -1,33 +1,43 @@
zuluCrypt (CLI and GUI frontend to cryptsetup).
-zuluCrypt is a simple, feature rich and powerful solution for hard drives encryption.
+zuluCrypt is a simple, feature rich and powerful solution for hard
+drives encryption.
-zuluCrypt is made up of two components:
+zuluCrypt is made up of two components:
The back end, CLI interface is called "zuluCrypt-cli".
The front end is Qt GUI application called "zuluCrypt-gui.
* zuluCrypt:
-zuluCrypt does hard drives encryption and it can manage plain dm-crypt volumes,LUKS encrypted volumes,
- TrueCrypt encrypted volumes and VeraCrypt encrypted volumes.
+zuluCrypt does hard drives encryption and it can manage plain dm-crypt
+volumes,LUKS encrypted volumes, TrueCrypt encrypted volumes and VeraCrypt
+encrypted volumes.
-zuluCrypt can manage encrypted volumes that are hosted in image files,in lvm volumes,in mdraid volumes as well as in hard drives and usb sticks.
+zuluCrypt can manage encrypted volumes that are hosted in image files,in
+lvm volumes,in mdraid volumes as well as in hard drives and usb sticks.
-zuluCrypt can also encrypt stand alone files(zuluCrypt menu->zC->encrypt a file).
+zuluCrypt can also encrypt stand alone files:
+ zuluCrypt menu->zC->encrypt a file.
* zuluMount:
-zuluMount is bundled with zuluCrypt and its meant to be used as a general purpose tool
-that mount and unmount zuluCrypt supported encrypted volumes as well as unencrypted volumes
-and it can be used as a substitute to udisks,pmount and related tools.
+zuluMount is bundled with zuluCrypt and its meant to be used as a general
+purpose tool that mount and unmount zuluCrypt supported encrypted volumes
+as well as unencrypted volumes and it can be used as a substitute to
+udisks,pmount and related tools.
zuluMount-gui can also be used as a frontend to encfs.
-zuluMount-gui is ideal for use as a desktop environment/file manager independent tool for
-mounting/unmounting encrypted and unencrypted volumes.
+zuluMount-gui is ideal for use as a desktop environment/file manager
+independent tool for mounting/unmounting encrypted and unencrypted
+volumes.
-NOTE"
-* This package was set to do not use Gnome or KDE to store passwords, If you want that feature, change the value -DNOGNOME=false or
--DNOKDE=false to "true", about these and other options, please check /usr/doc/$PRGNAM-$VERSION/BUILD_INSTRUCTIONS.
+NOTE:
-Optional dependencies are: libpwquality, tc-play (also available as internal copy on zuluCrypt).
+* This package was set to do not use Gnome or KDE to store passwords,
+If you want that feature, change the value -DNOGNOME=false or
+-DNOKDE=false to "true". About these and other options, please check
+/usr/doc/$PRGNAM-$VERSION/BUILD_INSTRUCTIONS.
+
+Optional dependencies are: libpwquality, tc-play (also available as
+internal copy in the zuluCrypt source).