How to find the password for a hidden partition of a single TrueCrypt file?
#7
Rainbow 
Thanks a lot for a help, it was easy as abc:

1. I downloaded dd for windows from http://www.chrysocome.net//dd

2. My file backup.tc was on drive f so I run:
    dd if=f:\backup.tc of=f:\backup  bs=1 skip=65536 count=512

3. And finally since I remember that my password was simple 8 digits:
    hashcat64.exe -m 6211 -a 3 backup ?d?d?d?d?d?d?d?d

Voila, I got the password in just 2 seconds Smile
Reply


Messages In This Thread
RE: How to find the password for a hidden partition of a single TrueCrypt file? - by Costas - 07-22-2019, 11:59 AM