Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-08 | Windows: Add UI options to control the behavior of automatic bootloader ↵ | Mounir IDRASSI | 1 | -1/+5 | |
fixing when System Encryption used. | |||||
2019-03-03 | Windows: Add option to use legacy maximum password length (64 characters) ↵ | Mounir IDRASSI | 1 | -1/+2 | |
instead of new maximum length (128) in UI and command line. This will users who were relying on the UI truncating the passwords to the first 64 characters in the previous versions of VeraCrypt. | |||||
2019-03-01 | Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 ↵ | Mounir IDRASSI | 1 | -1/+2 | |
cipher and t1ha non-cryptographic fast hash (https://github.com/leo-yuriev/t1ha) | |||||
2019-02-08 | Windows: Add option to enable use of CPU RDRAND/RDSEED as source of entropy ↵ | Mounir IDRASSI | 1 | -1/+2 | |
which is now disabled by default | |||||
2019-01-14 | Windows: Implement feature that enables clearing of encryption keys when a ↵ | Mounir IDRASSI | 1 | -1/+2 | |
new device is inserted. Better implementation for update of EFI bootloader without usage of drive letters (this can fix random issues encountered during Windows upgrade). | |||||
2018-08-28 | Windows: Fix buttons at the bottom not shown when user sets a large system ↵ | Mounir IDRASSI | 1 | -1/+2 | |
font under Window 7 | |||||
2018-08-24 | Windows: implement a driver configuration option to explicitly allow ↵ | Mounir IDRASSI | 1 | -1/+2 | |
defragmenting non-système disques by Windows built-in defragmenter tool. | |||||
2018-03-05 | Windows: Add option to block TRIM command on system encryption SSD drives. | Mounir IDRASSI | 1 | -1/+2 | |
2018-03-04 | Windows: Implement TRIM support for non-system SSD partitions/drives and add ↵ | Mounir IDRASSI | 1 | -1/+2 | |
driver option to enable it (TRIM is disabled by default for non-system SSD partitions/drives) | |||||
2017-06-09 | Windows: Enhancements to EFI System Information dialog | Mounir IDRASSI | 1 | -1/+2 | |
2017-06-08 | Windows: Validate XML format of EFI DcsProp after user editing and before ↵ | Mounir IDRASSI | 1 | -2/+2 | |
writing it to disk. Enhance UI handling of DcsProp editing and PlatformInfo display. | |||||
2017-06-05 | Beta2 patch 1 | kavsrf | 1 | -2/+2 | |
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated | |||||
2017-06-05 | PlatformInfo read. (via ReadEfiConfig) | kavsrf | 1 | -1/+3 | |
It is displayed in System settings | |||||
2016-12-30 | Windows: Implement Secure Desktop for password entry. Add option and command ↵ | Mounir IDRASSI | 1 | -1/+2 | |
line switch to activate it. | |||||
2016-08-15 | Windows: Implement support for EFI system encryption in Windows GUI. | Mounir IDRASSI | 1 | -4/+6 | |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -1/+1 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -263/+263 | |
2016-05-05 | Windows: Add option and command line switch to hide waiting dialog when ↵ | Mounir IDRASSI | 1 | -1/+2 | |
performing operations. | |||||
2016-04-20 | Windows: Add option to avoid PIM prompt in pre-boot authentication by ↵ | Mounir IDRASSI | 1 | -1/+2 | |
storing PIM value unencrypted in MBR. | |||||
2016-04-14 | Windows: Finalize implementation of the new volume ID mechanism. Use SHA-256 ↵ | Mounir IDRASSI | 1 | -2/+2 | |
instead of SHA-512 to compute volume ID to reduce string size and make more convenient to use. | |||||
2016-04-08 | Windows: start implementation of volume ID mechanism that will be used to ↵ | Mounir IDRASSI | 1 | -1/+4 | |
identify VeraCrypt disk volumes instead of device name. | |||||
2016-01-10 | Windows: Don't show disconnected network drives in the list of available ↵ | Mounir IDRASSI | 1 | -1/+2 | |
drives. Add option to make them available for mounting if needed. | |||||
2015-12-21 | Windows: Implement PIM caching, both for system encryption and for normal ↵ | Mounir IDRASSI | 1 | -1/+3 | |
volumes. Add options to activate it in the Preferences and System Settings. | |||||
2015-10-27 | Windows: fix wrong translation for "Reset" button in hotkeys dialog | Mounir IDRASSI | 1 | -3/+3 | |
2015-10-07 | Windows: Add option to disable detection of "Evil Maid" attacks. This is ↵ | Mounir IDRASSI | 1 | -1/+2 | |
helpful for users who have software running the modifies the bootloader, like FLEXnet. | |||||
2015-09-16 | Windows: Add functionality to verify Rescue Disk ISO image file. | Mounir IDRASSI | 1 | -1/+2 | |
2015-09-16 | Windows: Add option to explicitly support extended disk IOCTLs and disable ↵ | Mounir IDRASSI | 1 | -1/+3 | |
this support by default. This will avoid having issue with software that doesn't handle correctly partial IOCTL_STORAGE_QUERY_PROPERTY support. | |||||
2015-09-10 | Windows: Add missing IDC_COPY_EXPANDER control definition | Mounir IDRASSI | 1 | -1/+2 | |
2015-08-31 | Windows: Support setting volume label in Explorer through mount option. ↵ | Mounir IDRASSI | 1 | -1/+3 | |
Support using favorite label as label in Explorer. | |||||
2015-07-13 | Windows: Modify PIM parts in GUI to make it easier to use. Users must ↵ | Mounir IDRASSI | 1 | -1/+2 | |
explicitly check "User PIM" to enable its use. | |||||
2015-06-08 | Windows: rename PIN to PIM to avoid confusion. Better error messages. | Mounir IDRASSI | 1 | -3/+3 | |
2015-05-27 | Windows: GUI modifications around PIN field | Mounir IDRASSI | 1 | -7/+4 | |
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 1 | -1/+7 | |
2015-05-17 | Windows: First implementation of non-system volumes decryption. | Mounir IDRASSI | 1 | -1/+2 | |
2015-04-19 | Windows: solve translation issue with IDM_DEFAULT_MOUNT_PARAMETERS menu item | Mounir IDRASSI | 1 | -3/+2 | |
2015-03-04 | Windows: Avoid temporary caching password when mounting multiple favorites. ↵ | Mounir IDRASSI | 1 | -1/+2 | |
Add option to activate this if needed. | |||||
2015-02-22 | Windows: Add menu option to set default hash and default TrueCrypt mode used ↵ | Mounir IDRASSI | 1 | -2/+5 | |
for mounting volumes (Menu Settings -> Default Mount Parameters) | |||||
2015-02-16 | Window: add menu entry for launching VeraCryptExpander | Mounir IDRASSI | 1 | -1/+2 | |
2014-12-28 | Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt ↵ | Mounir IDRASSI | 1 | -1/+2 | |
volumes to VeraCrypt using the change password functionality. | |||||
2014-12-20 | Windows: Add a donation menu entry | Mounir IDRASSI | 1 | -1/+2 | |
2014-12-16 | Windows: Enhance performance by implementing the possibility to choose the ↵ | Mounir IDRASSI | 1 | -3/+3 | |
correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption. | |||||
2014-12-07 | Windows: implement auto-dismount option when session is locked | Mounir IDRASSI | 1 | -1/+2 | |
2014-11-08 | Add option in select the number of passes for volume header over-writing. By ↵ | Mounir IDRASSI | 1 | -0/+2 | |
default, it is set to 3 but it can be increased to 256 passes (which can lead to a delay of many hours for a single password change operation). | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+234 | |