Why doesn't the Example Hashes Match With the Hashes That I Extracted?
#1
Hi,

I am extracting the first 512 bytes of a VeraCrypt Volume using SHA512 + AES encryption (hash-mode=13721) locked with the password 'hashcat'; but when I compare the hash file that I extracted to the example hash-file on the Wiki page, I can see that they are different. According to the instructions, they should not be different.

The code I am executing to extract the hashes is as follows;
Code:
dd if=C:\Users\Hyper\Desktop\add of=C:\Users\Hyper\Desktop\hash.vc bs=512 count=1

I could not understand why the hashes differ.

Thank you


Messages In This Thread
Why doesn't the Example Hashes Match With the Hashes That I Extracted? - by lerafrequest - 01-26-2019, 12:36 PM