|
Veracrypt + PIM hashcat command - 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: Veracrypt + PIM hashcat command (/thread-13617.html) |
Veracrypt + PIM hashcat command - nightmonster - 05-17-2026 Greetings, may I ask for help? I have locked couple years ago my usb disk with veracrypt ( not sure what version was in that time) but also used PIM. I think 00 or 01 or 11 or 1. I have extracted the has for the flash disk volume. But also dont remember if I used SHA 256 or 512. I have created some list of possible combination of words and numbers. Nothing else it cant be. How should look the hashcat command to use my list of passwords eg. pw.txt and PIM=11 ? thank you RE: Veracrypt + PIM hashcat command - b8vr - 05-17-2026 Hashcat -a0 -m29423 <hash file> pw.txt --veracrypt-pim-start=0 --veracrypt-pim-stop=11 That's for sha512. For sha256 use -m29453. |