Skip to content
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

this is not an issue, but a specific use case when partition is deleted(but data on disk exists) #332

Open
justmartin-tech opened this issue Nov 3, 2024 · 1 comment

Comments

@justmartin-tech
Copy link

justmartin-tech commented Nov 3, 2024

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....

@robert-scheck
Copy link
Contributor

but when trying to compile im getting an error that polarisssl.h is missing....

I only have seen this failure when the mbedtls-dev(el) package was not installed or the mbedtls header files could not be found by cmake (e.g. due to non-default path of mbedtls installation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants