Written: 15th May 2001
Last updated: 19th May 2001
The DATA_BLOCK within BestCrypt volumes is where the "encrypted master password" is stored.
This is a simple little program written in Delphi (v5.0, though you should be able to compile it on earlier versions). It displays a textual representation of the contents of a BestCrypt DATA_BLOCK, in order to get a better feel of what goes on when you add a hidden part to a BestCrypt volume file.
For further information on the BestCrypt file format, and details on what is stored within a DATA_BLOCK, it is recommended that you obtain a copy of the BestCrypt BDK.
Download the executable with full source code
Additional:
Try creating a normal BestCrypt volume, running this program on it and saving the results to disk.
Then, add a hidden part to the volume, and run this program on the modified volume file, again saving the results to disk.
Compare the two files containing the dumped DATA_BLOCK.
Email me at: sdean12@softhome.net
Return to the Attacking OTFE; Known Security Flaws in Certain OTFE Systems page