how to extract hash from veracrypt container
#1
Brick 
Hello ,(i hope i'm not in violation in any rule)
i'v created a veracrypt container and stored in it some sensitive data of me . however now i can't remember the password ( i remember parts of the password) and i need to access my files ,
my plan is to use hashcat but for that i need to get the hash from the container
what i did so far :
I created a new container with the password "hashcat" and i used the same method described for truecrypt to get the hash (first 512 bytes) from the container and i compared it with the hash provided in the hash examples in link but i can't find the same hash
please someone help me ..
#2
I think you're able to just point HC towards the container if I remember correctly.
#3
Same procedure as for TrueCrypt:

https://hashcat.net/wiki/frequently_aske...pt_volumes
~
#4
(01-16-2017, 09:14 PM)bigblacknose Wrote: I think you're able to just point HC towards the container if I remember correctly.

can you please tell me what option do i need to use to do that
#5
(01-16-2017, 09:18 PM)royce Wrote: Same procedure as for TrueCrypt:

https://hashcat.net/wiki/frequently_aske...pt_volumes



yes i tried that but is it normal that i get a different hash  of the examples
#6
(01-16-2017, 10:56 PM)unfamous31 Wrote:
(01-16-2017, 09:14 PM)bigblacknose Wrote: I think you're able to just point HC towards the container if I remember correctly.

can you please tell me what option do i need to use to do that

If you just try something like:

hashcat64.exe/.bin/.app -m 13713 (or whatever you'd like) path_to_container -a 3 ?d?d?d?d?d

Does that work?
I know it does for TC containers.

You'll have modify the above line to match your requirements.


// BBN
#7
ok thank you all for your help
can someone please update this page https://hashcat.net/wiki/doku.php?id=example_hashes
and add examples and the code for veracrypt
it exist in the program help (-h) but not online

thank you again