-
Notifications
You must be signed in to change notification settings - Fork 53
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
WinCrypt slows down libbde_metadata_read_volume_master_key #21
Comments
are you running into this issue by any chance? could you try adding WINVER=0x501 |
By setting WINVER to 0x0501, the program will not run into that issue. Thanks a lot! And what's more, why using Wincrypt provides such a horribly running time. |
This is something I need to look into when time permits. Current hypothesis this has to do how the wincrypt API is used by libcaes. |
Thanks my codeing master. Hope that we can find the reason. |
Removing WinCrypt support, seeing it is deprecated |
This library cost about 2 minutes to calculate the encrypted_context at the function libbde_metadata_read_volume_master_key. So is there any solutions to optimize?
The text was updated successfully, but these errors were encountered: