You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Password works perfectly fine with command sudo dislocker -v /dev/nvme0n1p3 --recovery-password= -- ~/.windows-files-mountpoint
when I enter my password "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
Thu Aug 8 03:48:22 2024 [ERROR] Error handling the recovery password: Wrong length (has to be 55)
Thu Aug 8 03:48:22 2024 [ERROR] Error computing the recovery password to the recovery key. Abort.
Thu Aug 8 03:48:22 2024 [CRITICAL] None of the provided decryption mean is decrypting the keys. Abort.
Thu Aug 8 03:48:22 2024 [CRITICAL] Unable to grab VMK or FVEK. Abort.
Note that password is 48 characters. I notice in src/accesses/rp/recovery_password.c, the password length is compared against 48+7. Maybe this +7 is not necessary when passing password as a parameter or something?
The text was updated successfully, but these errors were encountered:
Password works perfectly fine with command
sudo dislocker -v /dev/nvme0n1p3 --recovery-password= -- ~/.windows-files-mountpoint
when I enter my password "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
But when passing password as parameter, i.e
get the error:
Note that password is 48 characters. I notice in src/accesses/rp/recovery_password.c, the password length is compared against 48+7. Maybe this +7 is not necessary when passing password as a parameter or something?
The text was updated successfully, but these errors were encountered: