Which API is used for encryption of hibernation files on Windows?

From IRP_MN_DEVICE_USAGE_NOTIFICATION System components send this IRP to ask the drivers for a device whether the device can support a special file. Special files include paging files, dump files, and hibernation files. If all the drivers for the device succeed the IRP, the system creates the special file.

The system also sends this IRP to inform drivers that a special file has been removed from the device. Of course, this only matters if you write a Crash Dump Filter Driver like TrueCrypt and handle file system driver operations like IRP_MJ_READ/IRP_MJ_WRITE and encrypt the file data somehow.

I'm pretty sure MS uses BitLocker to encrypt the system volume including system and hibernation files. technet.microsoft.com/en-us/library/cc73... The necessary file to include is called fveapi.dll.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions