Do you know TrueCrypt Project?
It makes a container file and formats it.
The container file will be seen as like a volume.
An we do I/O to the volume, the I/O will be crypted.
By the way, can the container file size be flexible like virtualbox's dynamic hard disk(.vdi file)?
I made a crypt driver like the TrueCrypt.
But my container file always hold disk size even if I don't write any data yet.
How can I implement this feature in Windows.
What is the principle.
Thanks.