VirtualBox Disk Image Encryption
#6
Sorry for the big necro, but the actual implementation in VirtualBox is part of their closed source extensions for some reason. But it turns out they had the code in the open source part of the software when it was first implemented. You can refer to these files for the keystore handling code:
https://github.com/mdaniel/virtualbox-or...yStore.cpp
https://github.com/mdaniel/virtualbox-or...KeyStore.h

I had stumbled upon this thread while searching for implementation details, and just thought it would be helpful to leave this info after I found that.


Messages In This Thread
VirtualBox Disk Image Encryption - by wfcollins - 04-28-2017, 10:10 AM
RE: VirtualBox Disk Image Encryption - by kiara - 04-29-2017, 08:13 AM
RE: VirtualBox Disk Image Encryption - by epixoip - 04-29-2017, 08:14 PM
RE: VirtualBox Disk Image Encryption - by username1234 - 12-24-2017, 07:55 AM
RE: VirtualBox Disk Image Encryption - by royce - 07-17-2021, 06:46 PM