Windows: set version to 1.26.26. Update Release Notes, bootloader and Windows drivers.
Recent Commits to VeraCrypt:master
-
Windows: set version to 1.26.26. Update Release Notes, bootloader and…
-
Windows: speedup PRF autodetection mode by implementing abort mechani…
Windows: speedup PRF autodetection mode by implementing abort mechanism in PBKDF2/Argon2 primitives
-
Update Language.zh-cn.xml (#1565)
Update Language.zh-cn.xml (#1565)
-
Update Corsican translation on 2025-06 (#1566)
Update Corsican translation on 2025-06 (#1566)
-
Linux: Fix build error under ARM64
Linux: Fix build error under ARM64
-
Windows: Update MSI version to 1.26.25
Windows: Update MSI version to 1.26.25
-
Update Polish translation (#1564)
Update Polish translation (#1564)
-
Linux: Fix build issue after addition of Argon2 on Windows.
Linux: Fix build issue after addition of Argon2 on Windows. Argon2 support for Linux will come later
-
Windows: use correct default PIM value for Argon2 when validating sma…
Windows: use correct default PIM value for Argon2 when validating small PIM values
-
Windows: Add missing x64 driver file
Windows: Add missing x64 driver file
-
Update some translations
Update some translations
-
Update Release Notes and CHM.
Update Release Notes and CHM.
-
Windows: Fix build errors on ARM64 configuration due to missing inclu…
Windows: Fix build errors on ARM64 configuration due to missing include path in projects
-
Windows: Update Windows MBR bootloader
Windows: Update Windows MBR bootloader
-
Add new entry in XML files for Argon2 memory cost. Increment version …
Add new entry in XML files for Argon2 memory cost. Increment version to 1.26.25
-
Windows: Add support for Argon2id as an alternative to PBKDF2 key der…
Windows: Add support for Argon2id as an alternative to PBKDF2 key derivation
-
Windows: Include SDL dlls in signing batch file
Windows: Include SDL dlls in signing batch file
-
Windows: Add CLI switches to control memory/screen protection feature…
Windows: Add CLI switches to control memory/screen protection features. Disable non-configurable settings in portable mode
-
Windows: Add resource file to Format dll. Fix copying output of Forma…
Windows: Add resource file to Format dll. Fix copying output of Format dll project.
-
Windows: Add password length and pin value defined to SDK header
Windows: Add password length and pin value defined to SDK header
-
Windows: Fix incorrect comment in SDK header file
Windows: Fix incorrect comment in SDK header file
-
Windows: Add an SDK for VeraCrypt Format that allows third-party appl…
Windows: Add an SDK for VeraCrypt Format that allows third-party application to create volumes
-
Linux: Update 25.04 Plucky dependencies (#1556)
Linux: Update 25.04 Plucky dependencies (#1556) Update 25.04 dependency to require libwxgtk3.2-1t64 package.
-
Windows: fix link error in custom EFI / VC_SKIP_OS_DRIVER_REQ_CHECK c…
Windows: fix link error in custom EFI / VC_SKIP_OS_DRIVER_REQ_CHECK configuration
-
Linux: Allow AppImage file to start with "veracrypt" in any case
Linux: Allow AppImage file to start with "veracrypt" in any case
-
Windows: Increase length of screen protection setting label to avoid …
Windows: Increase length of screen protection setting label to avoid truncation in some cases.
-
Documentation: Fix invalid HTML structure in some files
Documentation: Fix invalid HTML structure in some files
-
Translations: revert to previous translation of IDC_DISABLE_SCREEN_PR…
Translations: revert to previous translation of IDC_DISABLE_SCREEN_PROTECTION for Russian
-
Linux/FreeBSD/macOS: Column widths correct initially and on update (#…
Linux/FreeBSD/macOS: Column widths correct initially and on update (#1552) Column width was updated before SlotListCtrl had the slots added, which caused the column width to be incorrect before the first time OnTimer ran to update it. Changing the order ensures the column width is correct on program launch. Also ensure that we do not autosize column to fit empty content.
-
Documentation: Remove XHTML spec and fix errors (#1547)
Documentation: Remove XHTML spec and fix errors (#1547) * Documentation: Remove XHTML spec and fix errors None of the docs follow the XHTML specification, which means that programs that expect this (such as Gnome Web) as it is advertised as such, will completely fail to parse it as it is incorrect syntax. So it is removed. * Remove .chm files