Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Cracking Veracrypt hidden volume - outer volume pw known
Post: RE: Cracking Veracrypt hidden volume - outer volum...

b8vr Wrote: (02-07-2026, 08:48 AM) -- alain Wrote: (02-06-2026, 06:02 PM) -- After this command: Code: -- .\hashcat.exe -m 29431 -a 0 hash.txt passwords.txt -o pwcracked.txt -w 4 -O -S -n 1 --force...
alain hashcat 7 4,739 02-12-2026, 07:20 PM
    Thread: Cracking Veracrypt hidden volume - outer volume pw known
Post: RE: Cracking Veracrypt hidden volume - outer volum...

After this command: Code: -- .\hashcat.exe -m 29431 -a 0 hash.txt passwords.txt -o pwcracked.txt -w 4 -O -S -n 1 --force -- I was receiving a "No hashes loaded." error, I had to convert the *.txt ...
alain hashcat 7 4,739 02-06-2026, 06:02 PM
    Thread: Cracking Veracrypt hidden volume - outer volume pw known
Post: RE: Cracking Veracrypt hidden volume - outer volum...

b8vr Wrote: (02-06-2026, 07:56 AM) -- In hashcat there's a tools folder. It contains veracrypt2hashcat.py. Run that with the "hidden" option. That will give you an actual hash you can work with in mo...
alain hashcat 7 4,739 02-06-2026, 04:58 PM
    Thread: Cracking Veracrypt hidden volume - outer volume pw known
Post: RE: Cracking Veracrypt hidden volume - outer volum...

I have extracted the header using these commands in Powershell: $header = New-Object byte[] 512 [IO.File]::OpenRead("nameofcontainer.hc").Read($header, 0, 512) | Out-Null [IO.File]::WriteAllBytes("he...
alain hashcat 7 4,739 02-05-2026, 08:14 PM
    Thread: Cracking Veracrypt hidden volume - outer volume pw known
Post: Cracking Veracrypt hidden volume - outer volume pw...

Hi there, if you can I would like some help cracking a veracrypt hidden volume, I know the password of the outer volume (it mounts and shows it's content correctly). Now, I would like to test some se...
alain hashcat 7 4,739 02-05-2026, 07:51 PM