-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
udisksctl unlock --key-file fails with BitLocker encrypted disk #1252
Comments
Thanks for the reply. If I understand it correctly, --key-file currently does NOT work with BitLocker encryption, only with LUKS encryption? As for the patch #1255, note that TCRYPT in cryptsetup(8) also mentions --key-file. Does this also need to be checked there? |
Yes, that's correct.
Keyfiles in TrueCrypt/VeraCrypt are a little bit different, we need a bigger change in udisksctl for that to work, see #1191 |
Thanks for the confirmation. I will switch to LUKS for now. |
OS is either Opensuse 15.4, udisks2-2.9.2-150400.3.3.1.x86_64, or Ubuntu 22.04 with udisks 2.9.4-1
I have a USB drive where BitLocker encyption was enabled on Windows.
If I insert this drive in my Linux PC (Opensuse 15.4 or Ubuntu 22.04), I can open the drive interactively, like this:
However, if I put the passphrase in a keyfile, and use that as --key-file, the command fails:
Should --key-file work with BitLocker encryption?
The text was updated successfully, but these errors were encountered: