| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Linux | 2025-09-20 | ||
| Windows | 2025-06-08 | ||
| Source Code | 2025-06-08 | ||
| macOS | 2025-05-30 | ||
| veracrypt-1.26.24-sha512sum.txt.sig | 2025-09-20 | 566 Bytes | |
| veracrypt-1.26.24-sha256sum.txt.sig | 2025-09-20 | 566 Bytes | |
| veracrypt-1.26.24-sha256sum.txt | 2025-09-20 | 6.6 kB | |
| veracrypt-1.26.24-sha512sum.txt | 2025-09-20 | 10.6 kB | |
| VeraCrypt_1.26.24_Bundle.7z | 2025-06-08 | 828.3 MB | |
| VeraCrypt_1.26.24_Bundle.7z.checksums | 2025-06-08 | 214 Bytes | |
| VeraCrypt_1.26.24_Bundle.7z.sig | 2025-06-08 | 566 Bytes | |
| VeraCrypt_1.26.24_Bundle.7z.checksums.sig | 2025-06-08 | 566 Bytes | |
| VeraCrypt User Guide.ru.chm | 2025-05-30 | 2.5 MB | |
| VeraCrypt User Guide.chm.sig | 2025-05-30 | 566 Bytes | |
| VeraCrypt User Guide.ru.chm.sig | 2025-05-30 | 566 Bytes | |
| VeraCrypt User Guide.chm | 2025-05-30 | 3.2 MB | |
| VeraCrypt User Guide.zh-cn.chm | 2025-05-30 | 3.1 MB | |
| VeraCrypt User Guide.zh-cn.chm.sig | 2025-05-30 | 566 Bytes | |
| README.TXT | 2025-05-30 | 1.9 kB | |
| README.TXT.sig | 2025-05-30 | 566 Bytes | |
| Totals: 20 Items | 837.0 MB | 2,013 | |
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.