Page 1 of 1

Update Cryptsetup to v1.6+

Posted: 22 Aug 2014, 00:53
by go2null
The main use cases for updating to v1.6+ is support for TrueCrypt containers. This allows secure file sharing with Windows, instead on leaving plain files on the FAT32 USB drive.

Also, the current cryptsetup in initrd does not support aes-xts-plain save.dat files. (Or, at least, it complained and skipped such a save.dat. Had to use my cell phone to take a video to see what happened :-))

Also, the cryptsetup on the desktop is at v1.4.3, the latest release is v1.6.6 (released a few days ago, 2014-08-16), and v1.6.0 was released over a year and half ago (2013-01-14).

Re: Update Cryptsetup to v1.6+

Posted: 22 Aug 2014, 06:04
by fanthom
will do for next release.

thanks

Re: Update Cryptsetup to v1.6+

Posted: 20 May 2015, 14:33
by go2null
cryptsetup is still at v1.4.3 in Porteus-LXQt-v3.1-i486.

Re: Update Cryptsetup to v1.6+

Posted: 20 May 2015, 18:00
by fanthom
latest version must never compile against uClibc.
added back to my TODO list.

Re: Update Cryptsetup to v1.6+

Posted: 12 Jun 2015, 19:06
by KnallKopf
i have done month before
see here

Re: Update Cryptsetup to v1.6+

Posted: 21 Oct 2015, 10:59
by go2null
cryptsetup is now at v1.6.7 and adds support for VeraCrypt containers[1].
Note that VeraCrypt has patched some flaws[2] in TrueCypt, and so is now the defacto replacement for TrueCrypt.

[1] veracrypt support: https://gitlab.com/cryptsetup/cryptsetup/issues/245
[2] VeraCrypt Release Notes: https://veracrypt.codeplex.com/wikipage ... se%20Notes

Re: Update Cryptsetup to v1.6+

Posted: 08 Nov 2015, 02:53
by KnallKopf
Thanks i have update and move to here

Update Cryptsetup to v1.6+

Posted: 11 Jul 2022, 21:02
by sos
go2null wrote:
20 May 2015, 14:33
cryptsetup is still at v1.4.3 in Porteus-LXQt-v3.1-i486.
Well, now cryptsetup is STILL at v1.4.3 in x86_64 Xfce Porteus version 5.0! Updating it was first discussed in 2014.
I added current cryptsetup v2.4.3 in 5.0rc3 and it worked fine for my purposes. Is there some reason it was never updated?

Update Cryptsetup to v1.6+

Posted: 11 Jul 2022, 23:36
by ncmprhnsbl
sos wrote:
11 Jul 2022, 21:02
Is there some reason it was never updated?
:) probably lots of reasons, none of them good ;p
our crypsetup lives in 003-kernel for some early initrd trickery and is statically built for this purpose (adding your own for your own purposes will have no effect on this part)
i have been aware of this, and been thinking about doing something about it, thanks for reminding me..
now putting it on my TODO list (right at top)