Comment Re: Bad Governments Don't Care (Score 1) 90
Dev here, thanks for your comment! The header section is statically divided into 15 equal-sized "slots", each one containing an encrypted volume header (or random noise if unused). So, when opening the third volume, the tool statically knows where to find the header. The header then contains pointers into the data section for where to find the data of the third volume. Also, it contains the password to the second volume. The most secret volume is the highest-order one.