Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
VeraCrypt-DCS-EFI-LGPL_1.26.24_Source.zip | 2025-06-08 | 400.1 kB | |
VeraCrypt-DCS-EFI-LGPL_1.26.24_Source.zip.sig | 2025-06-08 | 566 Bytes | |
VeraCrypt_1.26.24_Source.tar.bz2 | 2025-05-31 | 37.4 MB | |
VeraCrypt_1.26.24_Source.tar.bz2.sig | 2025-05-31 | 566 Bytes | |
VeraCrypt_1.26.24_Source.zip | 2025-05-31 | 40.0 MB | |
VeraCrypt_1.26.24_Source.zip.sig | 2025-05-31 | 566 Bytes | |
Totals: 6 Items | 77.8 MB | 45 |
Changes between 1.26.20 and 1.26.24 (30 May 2025): * All OSes: * Fix Whirlpool implementation for big-endian platforms. (GH #1529) * Rename "Dismount All" to "Unmount All" in UI. Use ALT+u as new accelerator key instead of ALT+s. * Add contributed Chinese and Russian CHM documentation. * Update translations. * Windows: * Implemented screen protection against screenshots and screen recording, enabled by default. - This feature can be disabled during installation or via the Performance/Driver Configuration settings. * Added checkboxes to the MSI installer to control memory protection and screen protection features. - Introduced command-line options DISABLEMEMORYPROTECTION and DISABLESCREENPROTECTION for the MSI installer to manage these features. - Both options accept values 0 (enabled) or 1 (disabled). - Example usage: msiexec /i VeraCrypt_Setup_x64_1.26.22.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES * Fix race conditions when multiple instances of veracrypt.exe are started simultaneously. * Update libzip to version 1.11.3. * Linux: * Add support for AppImage packaging and usage. * Fix absolute path of `true` command not being used when checking if sudo session is active. * Fix failure to use Hungarian language translations. * Improve generic installer scripts. (GH #1514) * Add support for /run/media/veracrypt as default mount prefix when /media is not available. (GH #1524) * Remove pcsclite dependency from .deb/.rpm packages since it is detected/loaded dynamically at runtime. * macOS: * Fix absolute path of `true` command not being used when checking if sudo session is active. * Create simlink of VeraCrypt in /usr/local/bin to allow using it from command line. * Fix failure to use Hungarian language translations.