VeraCrypt 1.26.10

VeraCrypt is a full-disk encryption software derived from TrueCrypt. It revises some of the algorithm usage against brute-force attacks. For example system partitions use use larger rounds of PBKDF2 key stretching. The partition and container format is different to that of TrueCrypt however.

Tags c++ encryption disk-encryption security
License Other
State stable

Recent Releases

1.26.1004 Jan 2024 09:05 minor bugfix: /strong (November 8th, 2023):. . All OSes:. . Update translations and documentation. . . Windows:. . Better for Secure Desktop under Windows 11 22H2. VeraCrypt Expander: expansion of volumes on disks with a sector size different from 512. writing wrong EFI System Encryption Advanced Options to registry. Don't Setup when exiting VeraCrypt process through system tray Exit menu. failure to format some disks (e.g. VHDX) caused by virtual partition offset not 4K aligned. Fallback to absolute positioning when accessing disks if relative positioning fails. . . Linux:. . Focus PIM field when selected . generic installation script on Konsole in Wayland . . . macOS:. . corrupted disk icon in main UI . . . .
1.26.731 Dec 2023 19:57 minor bugfix: All OSes: Update translations and documentation Windows: Better fix for Secure Desktop issues under Windows 11 22H2 VeraCrypt Expander: Fix expansion of volumes on disks with a sector size different from 512 (by skl0n6) Fix writing wrong EFI System Encryption Advanced Options to registry Don't close Setup when exiting VeraCrypt process through system tray Exit menu Fix failure to format some disks (e.g. VHDX) caused by virtual partition offset not 4K aligned Fallback to absolute positioning when accessing disks if relative positioning fails Linux: Focus PIM field when selected (#1239) Fix generic installation script on Konsole in Wayland (#1244) macOS: Fix corrupted disk icon in main UI (GH #1218)
1.1918 Oct 2016 18:26 minor feature: All OSs: Fix issues raised by Quarkslab audit. Remove GOST89 encryption algorithm. Make PBKDF2 and HMAC code clearer and easier to analyze. Add test vectors for Kuznyechik. Update documentation to warn about risks of using command line switch tokenpin . Use SSE2 optimized Serpent algorithm implementation from Botan project (2.5 times faster on 64-bit platforms). Windows: Fix keyboard issues in EFI Boot Loader. Fix crash on 32-bit machines when creating a volume that uses Streebog as PRF. Fix false positive detection of Evil-Maid attacks in some cases (e.g. hidden OS creation) Fix failure to access EFS data on VeraCrypt volumes under Windows 10. Fix wrong password error in the process of copying hidden OS. Fix issues raised by Quarkslab audit: Fix leak of password length in MBR bootloader inherited from TrueCrypt. EFI bootloader: Fix various leaks and erase keyboard buffer after password is typed. Use libzip library for handling zip Rescue Disk file instead of vulnerable XUnzip library. Support EFI system encryption for 32-bit Windows. Perform shutdown instead of reboot during Pre-Test of EFI system encryption to detect incompatible motherboards. Minor GUI and translations fixes. MacOSX: Remove dependency to MacFUSE compatibility layer in OSXFuse.
1.0e12 Sep 2014 19:27 major bugfix: Correct most of the security vulnerabilities reported by the Open Crypto Audit Project. Correct security issues detected by Static Code Analysis, mainly under Windows. Correct issue of unresponsiveness when changing password/key file of a volume. Reduce overall time taken for creating encrypted volume/partition. Minor fixes.