TrueCryptFormat.exe - command line tool for creating TrueCrypt 4.2a disks Creates only standart file containers without keyfiles support Sources included Usage ----- TrueCryptFormat.exe container.ext /options or TrueCryptFormat.exe /options container.ext Options ------- /chipher /c Encryption algoritm name AES, a Blowfish, b CAST5, b Serpent, s TripleDES, 3des, 3 Twofish, 2fish, t, 2 AES-Twofish, at AES-Twofish-Serpent, ats Serpent-AES, sa Serpent-Twofish-AES, sta Twofish-Serpent, ts If not specified selects by random /filesystem /f File sistem None, n FAT, f NTFS, nt Default FAT /hash /h Hash algoritm RIPEMD-160, ripe SHA-1, sha Whirlpool, whirl Default RIPEMD-160 /password /p Volume password /quickformat /q Quick format yes, y no, n Default no /size /s Volume size Number like 1000K, 2500Kb, 10M, 25Mb /help /? /cipher, /password and /size are required options Examples -------- TrueCryptFormat.exe C:\MySecret.bin /p MyPassword /s 50Mb /c AES /h SHA-1 TrueCryptFormat.exe /p MyPaSsWoRd /s 100Mb /c Serpent-AES /h Whirlpool /f NTFS C:\MySecret.bin Sources ------- Included `Tcformat.c' only. You can get other files from official site. See http://www.truecrypt.org for more information