DavidXanatos / DiskCryptor

A fork of the DiskCryptor full disk encryption tool
https://www.diskcryptor.org/
431 stars 100 forks source link

System disk encryption with key file is not available anymore #107

Open andrey-che opened 1 week ago

andrey-che commented 1 week ago

In version 1.2 and all previous releases was ability to encrypt system drive with key file and no password

dc_1 2

but starting with 1.3 it become unavailable

dc_1 3

andrey-che commented 1 week ago

But I can encrypt system partition with password and after that change password to key file with no password

andrey-che commented 6 days ago

according to this code in prc_wizard_encrypt.c:

EnableWindow( GetDlgItem( hwnd, IDC_USE_KEYFILES), boot_device ? FALSE : TRUE );

this was done intentionally and not a bug. But why?