this is not an issue, but a specific use case when partition is deleted(but data on disk exists)
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....
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).