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
i have a specific use case, where i need to skip any of the checks of the volume and with bitlocker ([ERROR] The signature of the volume (NTFS ) doesn't match the BitLocker's ones ) and simply force the decryption key to be used on the partition
This is because the partition was deleted (but the data is still on the drive).
Once i am able to apply the decryption key i will then use DMDE to try to recover any data from the drive.....
how can i do that with dislocker ? is there a way to force (skip) error checking and just proceed ?
many thanks!
P.S., i changed this fail/return for this leg of code so that it still continues and not exists, but when trying to compile im getting an error that polarisssl.h is missing....
The text was updated successfully, but these errors were encountered:
Hi
i have a specific use case, where i need to skip any of the checks of the volume and with bitlocker ([ERROR] The signature of the volume (NTFS ) doesn't match the BitLocker's ones ) and simply force the decryption key to be used on the partition
This is because the partition was deleted (but the data is still on the drive).
Once i am able to apply the decryption key i will then use DMDE to try to recover any data from the drive.....
how can i do that with dislocker ? is there a way to force (skip) error checking and just proceed ?
many thanks!
P.S., i changed this fail/return for this leg of code so that it still continues and not exists, but when trying to compile im getting an error that polarisssl.h is missing....
The text was updated successfully, but these errors were encountered: