Skip to content

VeraCrypt version 1.26.24

Latest
Compare
Choose a tag to compare
@idrassi idrassi released this 31 May 14:03
· 32 commits to master since this release
VeraCrypt_1.26.24
0f509db

Binaries for supported operating systems are also available at Sourceforge.

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, with ALT+u as the new accelerator key (previously ALT+s).
    • Add contributed Chinese and Russian CHM documentation.
    • Update translations.
  • Windows:

    • Implement screen protection against screenshots and screen recording, enabled by default.
      • This feature can be disabled during installation or via Performance/Driver Configuration settings.
    • Add checkboxes in the MSI installer for controlling memory protection and screen protection features.
      • Introduce command-line options DISABLEMEMORYPROTECTION and DISABLESCREENPROTECTION for MSI installer configuration.
      • Both options accept values 0 (enabled) or 1 (disabled).
      • Example:
        msiexec /i VeraCrypt_Setup_x64_1.26.24.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES
        
    • Fix race conditions when multiple instances of veracrypt.exe are launched simultaneously.
    • Update bundled libzip to version 1.11.3.
  • Linux:

    • Add support for AppImage packaging and usage.
    • Fix absolute path usage for true command when checking sudo session status.
    • 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—now detected/loaded dynamically at runtime.
  • macOS:

    • Fix absolute path usage for true command when checking sudo session status.
    • Create symlink for VeraCrypt in /usr/local/bin to allow CLI usage.
    • Fix failure to use Hungarian language translations.

Merged Github Pull Requests

New Contributors

Full Changelog: VeraCrypt_1.26.20...VeraCrypt_1.26.24