Mounir IDRASSI
Mounir IDRASSI
Ubuntu 24.04 packages are available at https://veracrypt.fr/en/Downloads.html Ubuntu 24.04 packages are available at https://veracrypt.fr/en/Downloads.html and also on Github Release. Ubuntu 24.04 packages now depend directly on libgtk3 because the wxWidgets...
To use your modified VeraCrypt driver on your systems without needing to boot Windows into "Test Mode," you will need to get your driver signed and certified by Microsoft. Here...
Thank you for the report. There is a difference in logic in the driver to handle this case between MBR boot and UEFI boot. I suspect you are in UEFI...
Thank you @aetonsi and @kriegste for reviving this issue. I finally took the time to look into it and it was caused by issues in UI code in TextEditDlgProc function...
Thank you for the proposal. Allowing users to specify the master key directly does simplify some aspects of the logic and can benefit certain specialized use cases. However, it also...
@FPGArtktic @andrewkdinh The script [bash/kdf.sh](https://github.com/FPGArtktic/OpenSSL-Python-KDF-lack-of-Interoperability/blob/main/bash/kdf.sh) used in this test contains a mistake: since the values of key, salt and info are in hexadecimal format, it should use `hexkey`, `hexsalt` and...
Thank you for sharing all these datails. The error message you shared indicates that the failure is caused by the fact that VeraCrypt is unable to read UEFI environment variables...
Thank you for all these details. I have prepared installers for version 1.26.13 that include the changes I mentioned above. The installers are available at https://sourceforge.net/projects/veracrypt/files/VeraCrypt%20Nightly%20Builds/Windows/ I'm also attaching the...
Thank you for the feedback; I'm glad it worked. In addition to adding a more verbose error message, I also modified the code logic as follows: - Accept an empty...
@kriegste Thank you for the detailed and helpful feedback. The issue is indeed caused by the empty "BootOrder" variable in your HP PC. The method `EfiBoot::IsEfiBoot` in **BootEncryption.cpp** expects this...