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

FileVault and CoreStorage encrypted volumes that have been converted to APFS fail 'Rfc3394_KeyUnwrap' in KeyMgmt.cpp #163

Open
arcticforensics opened this issue Jan 19, 2022 · 1 comment

Comments

@arcticforensics
Copy link

The 'Rfc3394_KeyUnwrap' function in 'KeyMgmt.cpp' returns false (a != rfc_3394_default_iv) when calling 'KeyManager::GetVolumeKey' for an APFS volume converted from FileVault/CoreStorage. If the 'Rfc3394_KeyUnwrap' function parameter 'aes_mode' is substituted with 'AES::AES_128', it works!

@sgan81
Copy link
Owner

sgan81 commented Mar 11, 2023

In which key unwrap call did you put these changes?

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