| Technical Details > TrueCrypt Volume Format Specification | External Link |
The format of file-hosted volumes is identical to the format of partition/device-hosted volumes (however, the "volume header", or key data, for a system partition/drive is stored in the last 512 bytes of the first logical drive track). TrueCrypt volumes have no "signature" or ID strings. Until decrypted, they appear to consist of random data. Therefore, it is impossible to identify a TrueCrypt container or partition.
Free space on each TrueCrypt volume is filled with random data when the volume is created (if the options Quick Format and Dynamic are disabled). The random data is generated as follows: Right before TrueCrypt volume formatting begins, a temporary encryption key and a temporary secondary key (XTS mode) are generated by the random number generator (see the section
Random Number Generator). The encryption algorithm that the user selected is initialised with the temporary keys. The encryption algorithm is then used to encrypt plaintext blocks generated by the random number generator. The encryption algorithm operates in XTS mode (see the section
Hidden Volume). The resulting ciphertext blocks are used to fill (overwrite) the free space on the volume. The temporary keys are stored in RAM and are securely erased after formatting finishes.
| Offset (bytes) | Size (bytes) | Encryption Status* |
Description |
|---|---|---|---|
0 |
64 |
Unencrypted‡ |
Salt |
64 |
4 |
Encrypted |
ASCII string “TRUE" |
68 |
2 |
Encrypted |
Volume header format version |
70 |
2 |
Encrypted |
Minimum program version required to open the volume |
72 |
4 |
Encrypted |
CRC-32 checksum of the (decrypted) bytes 256-511 |
76 |
16 |
Encrypted |
Reserved (set to zero) |
92 |
8 |
Encrypted |
Size of hidden volume (for normal/outer volumes, set to zero) |
100 |
8 |
Encrypted |
Size of volume |
108 |
8 |
Encrypted |
Byte offset of the start of the master key scope |
116 |
8 |
Encrypted |
Size of the encrypted area within the master key scope |
124 |
4 |
Encrypted |
Flag bits (bit 0 set: system encryption; bits 1–31 are reserved) |
128 |
124 |
Encrypted |
Reserved (set to zero) |
252 |
4 |
Encrypted |
CRC-32 checksum of the (decrypted) bytes 64-251 |
256 |
Var. |
Encrypted |
Concatenated primary and secondary master keys§ |
512 |
65024 |
Encrypted |
Reserved (for system encryption, this item is omitted††) |
65536 |
65536 |
Encrypted / |
Area for hidden volume header (if there is no hidden volume |
Unencrypted‡ |
within the volume, this area contains random data**). For |
||
system encryption, this item is omitted.†† See bytes 0–65535. |
|||
131072 |
Var. |
Encrypted |
Data area (master key scope). For system encryption, offset |
may be different (depending on offset of system partition). |
|||
S-131072† |
65536 |
Encrypted / |
Backup header (encrypted with a different header key derived |
Unencrypted‡ |
using a different salt). For system encryption, this item is |
||
omitted.†† See bytes 0–65535. |
|||
S-65536† |
65536 |
Encrypted / |
Backup header for hidden volume (encrypted with a different |
Unencrypted‡ |
header key derived using a different salt). If there is no hidden |
||
volume within the volume, this area contains random data.** |
|||
For system encryption, this item is omitted.†† See bytes |
|||
0–65535. |
|||
The fields located at the byte #0 (salt) and #256 (master keys) contain random values generated by the random number generator (see the section Random Number Generator) during the volume creation process.
If a TrueCrypt volume hosts a hidden volume (within its free space), the header of the hidden volume is located at the byte #65536 of the host volume (the header of the host/outer volume is located at the byte #0 of the host volume – see the section Hidden Volume). If there is no hidden volume within a TrueCrypt volume, the bytes 65536–131071 of the volume (i.e., the area where the header of a hidden volume can reside) contain random data (see above for information on the method used to fill free volume space with random data when the volume is created). The layout of the header of a hidden volume is the same as the one of a standard volume (bytes 0–65535).
The maximum possible TrueCrypt volume size is 263 bytes (8,589,934,592 GB). However, due to security reasons (with respect to the 128-bit block size and the mode of operation), the maximum allowed volume size is 1 PB (1,048,576 GB).
Each TrueCrypt volume created by TrueCrypt 6.0 or later contains an embedded backup header, located at the end of the volume (see above). The header backup is not a copy of the volume header because it is encrypted with a different header key derived using a different salt (see the section Header Key Derivation, Salt, and Iteration Count).
When the volume password and/or keyfiles are changed, or when the header is restored from the embedded (or an external) header backup, both the volume header and the backup header (embedded in the volume) are re-encrypted with different header keys (derived using newly generated salts – the salt for the volume header is different from the salt for the backup header). Each salt is generated by the TrueCrypt random number generator (see the section Random Number Generator).
For more information about header backups, see the subsection Tools > Restore Volume Header in the chapter Main Program Window.
| Advertisements/Sponsored Links: |
| Copyright © 2003-2008 TrueCrypt Foundation. All rights reserved. | www.truecrypt.org |