How to find the password for a hidden partition of a single TrueCrypt file?
#4
Hi Costas,

as mentioned in your quoted URL you need the sector following the first 65536 bytes of the file, i.e. you need the 128th sector. Thus skip sector 0 to 127 and use the 128th.

Using a hex editor you need the 512 bytes starting with byte 65537 up to byte 66048 of the file.
Reply


Messages In This Thread
RE: How to find the password for a hidden partition of a single TrueCrypt file? - by mkcon - 07-17-2019, 12:39 PM