hashcat Forum
Does the file extension matter? - 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: Does the file extension matter? (/thread-9393.html)



Does the file extension matter? - Dim2363 - 07-18-2020

What if I extract the VeraCrypt hash (.vc) into .tc file or maybe into another extension? Will this play a role in a successful attack? 
I use:
 sudo dd if=/dev/disk2s1 of=filename.vc bs=512 count=1

Could filename be with a different extension? Does it matter for hashcat when I start an attack -m 13721 on a filename.tc?


RE: Does the file extension matter? - philsmd - 07-18-2020

no, it doesn't matter. hashcat will still crack the hash independent from the file extension.

but let's be honest, it always makes sense to use something meaningful and clever to avoid confusion later on etc.