OTFExplorer reads and writes from FAT formatted TrueCrypt containers. It 
is currently windows only and used through the CLI (see usage.txt). 
TrueCrypt keyfiles are currently not supported. 

A modified version of LibTomCrpyt v1.14 is used for the crypto. The 
unmodified version of LibTomCrpyt is available from 
http://www.libtomcrypt.com. Modifications were made to add Serpent 
encryption/decryption (code was used from LibTomCrpyt v0.85) and to add 
multiplication in GF(2^64). 

A modified version of libfat is used to read and write from FAT 
formatted containers. The unmodifed version is available in CVS from 
http://sourceforge.net/projects/devkitpro. CVS from 2006-10-13 was used. 
Modifications were made so that it would compile in MSVC .NET 2003 and 
to work with OTFExplorer. 



******************************
******************************
******************************

History

v0.1 2006-10-23
	- Initial release
	- Modified libfat from CVS 2006-10-13
	- Modified LibTomCrpyt v1.14
