Package Details: zulucrypt 7.1.0-0

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
Conflicts: zulucrypt-git
Submitter: salan54
Maintainer: salan54
Last Packager: salan54
Votes: 71
Popularity: 0.42
First Submitted: 2013-02-03 13:05 (UTC)
Last Updated: 2024-12-03 08:51 (UTC)

Latest Comments

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

<deleted-account> commented on 2014-05-03 10:34 (UTC)

In file included from /tmp/yaourt-tmp-root/aur-zulucrypt/src/zuluCrypt-4.7.0/build/zuluMount-gui/moc_task.cxx:9:0: /tmp/yaourt-tmp-root/aur-zulucrypt/src/zuluCrypt-4.7.0/build/zuluMount-gui/../../zuluMount-gui/task.h:34:14: virhe: ”function” in namespace ”std” does not name a template type typedef std::function< void( void ) > function_t ; ^ /tmp/yaourt-tmp-root/aur-zulucrypt/src/zuluCrypt-4.7.0/build/zuluMount-gui/../../zuluMount-gui/task.h:78:25: virhe: ”std::function” on esittelemättä void setFunction( std::function< void( void ) > ) ; ^ /tmp/yaourt-tmp-root/aur-zulucrypt/src/zuluCrypt-4.7.0/build/zuluMount-gui/../../zuluMount-gui/task.h:78:33: virhe: expected ”,” or ”...” before ”<” token void setFunction( std::function< void( void ) > ) ; ^ /tmp/yaourt-tmp-root/aur-zulucrypt/src/zuluCrypt-4.7.0/build/zuluMount-gui/../../zuluMount-gui/task.h:131:2: virhe: ”function_t” ei nimeä tyyppiä function_t m_function ; ^ zuluMount-gui/CMakeFiles/zuluMount-gui.dir/build.make:184: recipe for target 'zuluMount-gui/CMakeFiles/zuluMount-gui.dir/moc_task.cxx.o' failed make[2]: *** [zuluMount-gui/CMakeFiles/zuluMount-gui.dir/moc_task.cxx.o] Error 1 CMakeFiles/Makefile2:1296: recipe for target 'zuluMount-gui/CMakeFiles/zuluMount-gui.dir/all' failed make[1]: *** [zuluMount-gui/CMakeFiles/zuluMount-gui.dir/all] Error 2 Makefile:116: recipe for target 'all' failed make: *** [all] Error 2

salan54 commented on 2014-05-01 11:04 (UTC)

version 4.7.0 -- various changes and improvements -- add a plugin named "steghide" that retrieves passphrases embedded in other files using "steghide" tool. -- add a plugin named "luks" that allows opening a LUKS volume using a backup/detached header. -- add a plugin named "tomb" that allows opening of LUKS volumes from tomb project using keys securely stored in image files.

salan54 commented on 2014-04-05 08:53 (UTC)

zulucrypt 4.6.9-1 -- move config files to "/etc/zuluCrypt" from "/etc" -- add a config file "/etc/zuluCrypt/fs_options" where default file system mount options can be specified per UUID. -format is:one entry per line,example entry: UUID="abcf" uid=500 -- fix a bug,if udev is enabled,mounted image files were always treated as system volumes. -- use libgcrypt for stand alone file encryption instead of cryptsetup.Newer stand alone encrypted files will have an extension of ".zC" to distinguish them from previous ones that use ".zc".Older versions of zuluCrypt(<4.6.9) will not be able to open encrypted files that end with ".zC". -- add an option in zuluCrypt GUI to specify a truecrypt volume type when saving or restoring a truecrypt header from a backup header file

salan54 commented on 2014-02-02 11:02 (UTC)

zulucrypt 4.6.8-2 : -- store partition id in wallets by device hardware id on volumes that do not have UUID( non LUKS volumes ) -- add support for exfat file system. -- add support for creating a backup and restoring from backup truecrypt volume headers(tcplay >=2.0.0 required) -- add a simple CLI tool(zuluSafe-cli) that can be used to store multiple files securely in a single wallet file. -- add support in zuluMount for opening a plain volume at a user specified offset.This ability will allow hidden volume type functionality.In one of the prompts in zuluMount-gui,press "ctrl+f" to bring up the dialog that accepts the offset. -- add support for multi device btrfs volumes.

salan54 commented on 2014-02-01 17:24 (UTC)

Added a dep : tcplay (now in 'community' repository)

salan54 commented on 2014-01-18 11:19 (UTC)

libgcrypt was updated : - New installs : no problems. - Old installs : you will get an error message "zuluCrypt-gui: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory". You just have to re-install (rebuild) zulucrypt : (eg: yaourt -S zulucrypt )

mhogomchungu commented on 2014-01-17 15:17 (UTC)

If you get a complaint about missing "libgcrypt.so.11" library,then the solution is to rebuild zuluCrypt and it will pick up the new library and will start working correctly again. libgcrypt was updated and hence zuluCrypt will have to be rebuild against the updated library.

fradeve commented on 2014-01-17 11:47 (UTC)

zuluCrypt-gui zuluCrypt-gui: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory core/libgcrypt 1.6.0-1 is installed

salan54 commented on 2013-11-29 09:56 (UTC)

zulucrypt 4.6.7-2 : Changed dep from "libgnome-keyring" to "libsecret"