Package Details: zulucrypt 7.1.0-1

Git Clone URL: https://aur.archlinux.org/zulucrypt.git (read-only, click to copy)
Package Base: zulucrypt
Description: A cli and gui frontend to cryptsetup
Upstream URL: https://mhogomchungu.github.io/zuluCrypt
Keywords: cryptsetup encryption security tcplay truecrypt veracrypt
Licenses: GPL-2.0-or-later
Conflicts: zulucrypt-git
Submitter: salan54
Maintainer: salan54
Last Packager: salan54
Votes: 73
Popularity: 0.006794
First Submitted: 2013-02-03 13:05 (UTC)
Last Updated: 2025-09-19 12:38 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 Next › Last »

mhogomchungu commented on 2015-08-12 12:11 (UTC)

@pekka, What error message did you get when it failed to build? It build fine with Qt5 if you have necessary libraries installed. While here,i would like to announce that version 4.7.7 will be released on the first of September.

<deleted-account> commented on 2015-07-30 08:19 (UTC)

Not KDE users With awesomeVM QT5 build not work. cange "-DQT5=true" to "-DQT5=false"

salan54 commented on 2015-06-20 16:07 (UTC)

zulucrypt (on archlinux) is now build with Qt5 library.

salan54 commented on 2015-06-04 19:49 (UTC)

@mhogomchungu: Thanks for the explanations. I think I will release another package for Qt5. I will do that this weekend, just before the change to AUR4...

mhogomchungu commented on 2015-06-04 15:24 (UTC)

@salan54,you need to use "-DQT5=true" option to tell the build system to build against Qt5. I think you should change the cmake command to one of the following two to be explicit with all options. For Qt4 build: cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DUDEVSUPPORT=true -DNOGUI=false -DQT5=false -DHOMEMOUNTPREFIX=false -DNOGNOME=false -DNOKDE=true -DCMAKE_BUILD_TYPE=RELEASE . .. For Qt5 build: cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DUDEVSUPPORT=true -DNOGUI=false -DQT5=true -DHOMEMOUNTPREFIX=false -DNOGNOME=false -DNOKDE=true -DCMAKE_BUILD_TYPE=RELEASE . .. Explanations for each option is are here: https://github.com/mhogomchungu/zuluCrypt/blob/f9bdcdcc64d4c9fca260b9b96140198393c30fd6/BUILD_INSTRUCTIONS#L69

salan54 commented on 2015-06-04 13:29 (UTC)

@jabol240 : Thanks for your kind words. I changed dependency to qt5-base and it builds successfully but zulucrypt uses the Qt4 library to build the GUI front-end. So I hope these new deps will work for people without Qt4 on their system. Please, let me know >>>> -- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.6") -- -- --------------------------------------------------------------------------- -- optional functionality that will be build -- GUI front ends,zuluCrypt-gui and zuluMount-gui <<<<

salan54 commented on 2015-06-04 13:16 (UTC)

version 4.7.6 -- 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. -- add ability to create VeraCrypt volumes.

FadeMind commented on 2015-06-04 12:17 (UTC)

4.7.6 released

jabol240 commented on 2015-06-04 11:01 (UTC)

Hi and thanks for this package! Could you consider switching dependency to qt5 Or putting both qt4,qt5 as Optional dependency, Or releasing another zulucrypt-qt5 package? Thanks!

salan54 commented on 2015-03-01 09:30 (UTC)

version 4.7.5 -- add abilities in zuluMount-gui to hide useless entries like windows recovery partitions from view. These entries can be set to show/hide through tray icon context menu. -- add ability to mount and unmount encfs volumes in zuluMount-gui.A folder with encrypted files can be unlocked by dragging it and then dropping it on zuluMount-gui main window. -- add ablity to create TrueCrypt volumes using a passphrase together with one or more keyfiles.Previous versions allowed creation of volumes using either a passphrase or a single keyfile. -- add support for opening of VeraCrypt volumes(cryptsetup >= 1.7.0 required).