Skip to content

Releases: mhogomchungu/zuluCrypt

5.2.0

05 Jul 10:03
Compare
Choose a tag to compare

changelog:

-- add ability to select a file manager to use to open mount points. A file manager 
    can be set through zuluCrypt-gui->menu->options->set file manager.
-- dont run zuluCrypt-gui and zuluMount-gui from root's account when running
    in mixed mode.
-- add arabic translation.

5.1.0

01 Jan 08:07
Compare
Choose a tag to compare
-- make it possible to unlock folder based encrypted volumes 
    when running in mixed mode.
-- add ability in zuluCrypt-gui to unlock VeraCrypt volumes
    that use PIM value.
-- add ability in zuluCrypt-gui to unlock plain dm-crypt volumes that uses an offset.
-- add ability in zuluCrypt-gui to create plain dm-crypt volumes using user
    configurable crypto options.
-- add ability in zuluCrypt-gui to unlock plain dm-crypt volumes using user
    configurable crypto options.
-- add ability in zuluCrypt-gui to backup and restore VeraCrypt headers.
-- add ability in zuluCrypt-gui to change VeraCrypt volume key.
-- add ability in zuluCrypt-gui to create a VeraCrypt volume that uses a PIM value.
-- add ability in zuluMount-gui to unlock folder based encrypted volumes 
    when running in mixed mode.

5.0.2

01 Dec 19:09
Compare
Choose a tag to compare
-- add support for unlocking ecryptfs volumes in zuluMount-gui
    (ecryptfs-simple[1] tool must already be installed)
-- solved a problem that caused a hang when creating/unlocking
    volumes some users were experiencing.

    [1] https://github.com/mhogomchungu/ecryptfs-simple

5.0.1

31 Aug 16:32
Compare
Choose a tag to compare

changelog
-- languages can be changed without requiring a restart.

-- add ability to use custom icons. Icons can be changed in zuluCrypt-gui through
"menu->options->select icons" and in zuluMount-gui through "menu->select icons".
User specific icons can be added by placing them at "$INSTALL_PREFIX/icons/hicolor/48x48/apps".
zuluCrypt-gui icons must be in "zuluCrypt.ICON_NAME.png" format and
zuluMount-gui icons must be in "zuluMount.ICON_NAME.png" format.

-- zuluMount-gui can now unlock cryfs,encfs,gocryptfs and securefs based encrypted volumes.

-- add full support for German translation in zuluCrypt-gui.

5.0.0

01 May 05:41
Compare
Choose a tag to compare
-- add support for creating LUKS volumes that only uses a detached header.The detached 
    header will be created in the  user home directory and the volume can not be 
   unlocked without this detached header.The detached header can be reattached later
   on through zuluCrypt-gui->menu->Volumes->Restore Volume Header.
-- its now possible to create a shared mount point when unlocking a volume in 
   zuluCrypt-gui
-- its now possible to unlock VeraCrypt volumes from favorite feature in zuluCrypt-gui
-- add complete French translation to both zuluCrypt-gui and zuluMount-gui
-- try to silently solve problems caused by other tools mounting zuluCrypt's encryption
    mapper.
-- add support for creating a "plain dm-crypt" volume at a "none zero offset".
   This type of volume is useful as a "poor" man's version of a hidden volume feature
   in TrueCrypt and VeraCrypt. Best thing about this type of hidden volume is that
   the outer volume can be anything including an "exposed file system".
   Currently,only zuluMount-gui can open this type of volume by clicking "options" 
   followed by "Set Volume Offset" on the mounting dialog prompt.
-- Qt5 is now the default Qt dependency.

4.9.0

01 Mar 04:53
Compare
Choose a tag to compare

changelog:

  • New Features
    -- add support for unlocking cryfs[1][2] encrypted folders in zuluMount.

    [1] https://github.com/cryfs
    
    [2] https://www.cryfs.org/
    

4.8.0

02 Dec 07:52
Compare
Choose a tag to compare

changelog:

-- fix bug,private mount points were not created with proper permissions.

4.7.8

30 Nov 00:10
Compare
Choose a tag to compare

Change log:

Bug fixes:

  1. Fix a bug that prevented zuluCrypt from creating volumes when recent versions of util-linux are used.
  2. Fix a problem that caused build process to fail with recent versions of kde4.

Features added.

  1. Added support for creating and opening of encrypted volumes using a combination of a passphrase and a key file.

4.7.7

01 Sep 05:10
Compare
Choose a tag to compare

version 4.7.7
-- make zuluCrypt-gui window and zuluMount-gui window resizable with the new sizes surviving restarts.
-- add support for creating and opening VeraCrypt volumes that use dynamic mode.

4.7.6

01 Jun 07:26
Compare
Choose a tag to compare

changelog:

-- add "hmac" plugin.This plugin produces a key as follows: key = hmac-sha256( passphrase,keyfile-contents ).This plugin can be used when unlocking a volume requires a passphrase and a keyfile.

-- use "tcrypt" to refer to TrueCrypt volumes and "vcrypt" to refer to VeraCrypt volumes.

-- bundle tcplay to offer VeraCrypt and TrueCrypt functionality independently of cryptsetup.This bundling gives zuluCrypt support for opening and Creating both VeraCrypt and TrueCrypt volumes without any external dependencies.Previously,certain minimum versions of cryptsetup were required and most distributions missed them because they are slow in updating cryptsetup.