Hi,
I'm experimenting with DiskCryptor and trying to understand whether it's possible to set up things so that there's external bootloader (e.g. on USB) that automatically decrypts drives on boot -- however I also want to have a 'fallback' (e.g. password) option in case that USB drive is not available.
The usecase would be e.g. laptop -- while at home I'd prefer to have it auto-decrypt and while traveling it should require a password.
As far as I can tell, using keyfiles doesn't let me to fallback to a password -- because it seems keyfile content is being hashed or something, so seems impossible to enter keyfile contents manually.
There seems to be an <AutoPassword> option in the source code (DCAuthLoadConfig()), but when I tried to add it to DcsProp (on USB stick, and also AutoLogin=1) -- I get the 'incorrect password' message at startup and still have to enter the correct password manually.
So is there a way to setup it so that it uses some kind of 'password' if it's available (on USB or w/e) and otherwise falls back to asking the user for the password?
Thanks!
I'm experimenting with DiskCryptor and trying to understand whether it's possible to set up things so that there's external bootloader (e.g. on USB) that automatically decrypts drives on boot -- however I also want to have a 'fallback' (e.g. password) option in case that USB drive is not available.
The usecase would be e.g. laptop -- while at home I'd prefer to have it auto-decrypt and while traveling it should require a password.
As far as I can tell, using keyfiles doesn't let me to fallback to a password -- because it seems keyfile content is being hashed or something, so seems impossible to enter keyfile contents manually.
There seems to be an <AutoPassword> option in the source code (DCAuthLoadConfig()), but when I tried to add it to DcsProp (on USB stick, and also AutoLogin=1) -- I get the 'incorrect password' message at startup and still have to enter the correct password manually.
So is there a way to setup it so that it uses some kind of 'password' if it's available (on USB or w/e) and otherwise falls back to asking the user for the password?
Thanks!