| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.TXT | 2015-09-16 | 1.7 kB | |
| veracrypt-1.14-setup.tar.bz2 | 2015-09-16 | 16.9 MB | |
| veracrypt-1.14-setup.tar.bz2.sig | 2015-09-16 | 543 Bytes | |
| veracrypt-1.14-sha256sum.txt | 2015-09-16 | 556 Bytes | |
| veracrypt-1.14-sha512sum.txt | 2015-09-16 | 940 Bytes | |
| veracrypt_1.14_Source.tar.bz2 | 2015-09-16 | 7.8 MB | |
| veracrypt_1.14_Source.tar.bz2.sig | 2015-09-16 | 543 Bytes | |
| veracrypt_1.14_Source.zip | 2015-09-16 | 9.3 MB | |
| veracrypt_1.14_Source.zip.sig | 2015-09-16 | 543 Bytes | |
| VeraCrypt Setup 1.14.exe.sig | 2015-09-16 | 543 Bytes | |
| VeraCrypt User Guide.pdf.sig | 2015-09-16 | 543 Bytes | |
| VeraCrypt_1.14.dmg.sig | 2015-09-16 | 543 Bytes | |
| VeraCrypt_1.14_Bundle.7z.asc | 2015-09-16 | 836 Bytes | |
| VeraCrypt_1.14_Bundle.7z.checksums | 2015-09-16 | 212 Bytes | |
| VeraCrypt_1.14_Bundle.7z.sig | 2015-09-16 | 543 Bytes | |
| VeraCrypt_1.14_Bundle.7z | 2015-09-16 | 53.1 MB | |
| VeraCrypt_1.14.dmg | 2015-09-16 | 7.4 MB | |
| VeraCrypt User Guide.pdf | 2015-09-16 | 3.0 MB | |
| VeraCrypt Setup 1.14.exe | 2015-09-16 | 11.2 MB | |
| Totals: 19 Items | 108.7 MB | 3 | |
Changes between 1.13 and 1.14 (16 September 2015) :
- All OSs:
* Mask and unmask PIM value in GUI and bootloader like the password.
- Windows:
* Solve Rescue Disk damaged error when using cascade ciphers and SHA256 for system encryption.
* Solve option "Cache password in drive memory" always disabled even if checked in preferences.
* Solve UI language change not taken into account for new install unless a preference is changed.
* Implement creating file containers using command line.
* Driver: disable support of IOCTL_STORAGE_QUERY_PROPERTY by default and add option to enable it.
* Driver: Support returning StorageDeviceProperty if IOCTL_STORAGE_QUERY_PROPERTY is supported.
* Support setting volume label in Explorer through mount option or favorite label value.
* Fix for Hot Keys assignment dialog issue where OEM-233 is always displayed and can't be changed.
* Always copy both 32-bit and 64-bit executable binaries during install and in Traveler Disk Setup.
- Traveler Disk will again use 32-bit exe by default while also offering 64-bit exe.
- On Windows 64-bit, 32-bit exe files are now available(e.g. if needed to use 32-bit PKCS#11 dll)
* Include Volume Expander in Traveler Disk Setup.
* Don't offer creating a restore point if it is disabled in Windows.
* Add possibility to verify a Rescue Disk ISO image file.
* Minors fixes in the installer, GUI and driver.
- Linux:
* Support supplying password using stdin in non interactive mode (contributed by LouisTakePILLz)
- Example: veracrypt -t ${IMAGE_PATH} ${MOUNT_PATH} --mount --non-interactive --stdin <<< "$PWD"