05-25-2015, 12:12 AM
Hello,
Following this guide I extracted the hash from a PDF file and changed it to fit hashcat's format. It was:
It became:
Yet, cudaHashCat still complains that no hashes are loaded. Yes, the path is correct (it prints out the file content). What gives?
Following this guide I extracted the hash from a PDF file and changed it to fit hashcat's format. It was:
Code:
MyPDF.pdf:$pdf$4*4*128*-4*1*16*<...>*32*<...>3200000000000000000000000000000000*32*<...>:::::MyPDF.pdf
It became:
Code:
$pdf$4*4*128*-4*1*16*<...>*32*<...>3200000000000000000000000000000000*32*<...>
Yet, cudaHashCat still complains that no hashes are loaded. Yes, the path is correct (it prints out the file content). What gives?