Version 1.26 has removed support for TrueCrypt Mode, the RIPEMD-160 hash algorithm and the GOST89 encryption algorithm. See documentation below for remediation procedures.
I'm kinda new to this type of software but I have successfully created a VeraCrypt partition using 1.26.7 and I just installed the new version 1.26.12. Do new versions need to recreate the partition to apply any new features to the encrypted partition or .hc files? It will take a long time to copy everything out, remove the partition and rebuild it using 1.26.12 and copy everything back in.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For future reference, the release notes will tell you if you need to recreate the encryption or hash which is rarely needed for the software update/upgrade.
Therefore, it is advisable to review the release notes before performing the update/upgrade.
For users upgrading from pre-1.26.x version, see the following documentation below.
Running your beta 12 release on Ubuntu 24.04 Desktop. Seems to work really well. Did discover one oddity - when I click the dismount button on a usb connected hard drive I get the following message:
Directory not empty:
/media/veracrypt3
VeraCrypt::FilesystemPath::Delete:26
If I click the dismount button again it dismounts as expected without the message. I have 3 other similar drives and they produce the same message, but not all the time.
I am basically mounting a NTFS encrypted drive, copying a bunch of files, then clicking dismount. There is no disk activity when I attempt to dismount.
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@John Navarro: The Linux error code 26 corresponds to EBUSY (Device or resource busy). This indicates that the volume cannot be dismounted because there are still pending I/O operations. This situation typically occurs when the I/O buffer hasn’t been flushed to disk quickly enough before you attempt to dismount the volume.
It's important to note that VeraCrypt doesn't control the speed at which I/O buffers are flushed; this is managed by the system based on various factors.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Version 1.26 has removed support for TrueCrypt Mode, the RIPEMD-160 hash algorithm and the GOST89 encryption algorithm. See documentation below for remediation procedures.
Conversion Guide for VeraCrypt 1.26 and Later
https://sourceforge.net/projects/veracrypt/files/VeraCrypt%20Nightly%20Builds/
Changes between 1.26.7 and1.26.12 (6 July 2024) :
Last edit: Enigma2Illusion 2024-08-17
Thanks for all your Hard Work!
Refs still formatted incorrectly
https://sourceforge.net/p/veracrypt/discussion/general/thread/6d0c0dfdc8/#8274
I'm kinda new to this type of software but I have successfully created a VeraCrypt partition using 1.26.7 and I just installed the new version 1.26.12. Do new versions need to recreate the partition to apply any new features to the encrypted partition or .hc files? It will take a long time to copy everything out, remove the partition and rebuild it using 1.26.12 and copy everything back in.
In short, no.
For future reference, the release notes will tell you if you need to recreate the encryption or hash which is rarely needed for the software update/upgrade.
Therefore, it is advisable to review the release notes before performing the update/upgrade.
For users upgrading from pre-1.26.x version, see the following documentation below.
Conversion Guide for VeraCrypt 1.26 and Later
Last edit: Enigma2Illusion 2024-08-17
Running your beta 12 release on Ubuntu 24.04 Desktop. Seems to work really well. Did discover one oddity - when I click the dismount button on a usb connected hard drive I get the following message:
Directory not empty:
/media/veracrypt3
VeraCrypt::FilesystemPath::Delete:26
If I click the dismount button again it dismounts as expected without the message. I have 3 other similar drives and they produce the same message, but not all the time.
I am basically mounting a NTFS encrypted drive, copying a bunch of files, then clicking dismount. There is no disk activity when I attempt to dismount.
Thank you
@John Navarro: The Linux error code 26 corresponds to EBUSY (Device or resource busy). This indicates that the volume cannot be dismounted because there are still pending I/O operations. This situation typically occurs when the I/O buffer hasn’t been flushed to disk quickly enough before you attempt to dismount the volume.
It's important to note that VeraCrypt doesn't control the speed at which I/O buffers are flushed; this is managed by the system based on various factors.