hashcat Forum
how to extract hash from veracrypt container - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: how to extract hash from veracrypt container (/thread-6209.html)



how to extract hash from veracrypt container - unfamous31 - 01-16-2017

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 ..


RE: how to extract hash from veracrypt container - bigblacknose - 01-16-2017

I think you're able to just point HC towards the container if I remember correctly.


RE: how to extract hash from veracrypt container - royce - 01-16-2017

Same procedure as for TrueCrypt:

https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes


RE: how to extract hash from veracrypt container - unfamous31 - 01-16-2017

(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


RE: how to extract hash from veracrypt container - unfamous31 - 01-16-2017

(01-16-2017, 09:18 PM)royce Wrote: Same procedure as for TrueCrypt:

https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes



yes i tried that but is it normal that i get a different hash  of the examples


RE: how to extract hash from veracrypt container - bigblacknose - 01-17-2017

(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


RE: how to extract hash from veracrypt container - unfamous31 - 01-20-2017

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