Hash of a .pdf file
#1
Information 
Hi everybody, I'm trying to find the password of a .pdf file.
So I use the python script to obtain the hash. This is an extract of the result :
Code:
$pdf$2*3*128*-3904*1*16*...*32*...

When I search what hash I need to enter for PDF, I've seen one which is pretty similar :
Quote:-m 10500 PDF 1.4 - 1.6 (Acrobat 5 - 8)
with this example on the wiki :
Code:
$pdf$2*3*128*-1028*1*16*da42ee15d4b3e08fe5b9ecea0e02ad0f*32*...*32*...

So I see that mine have 3904 instead of the 1028 on the example. What means this numbers ? Can I still useĀ  the -m 10500 or it's useless and I need to use another hash method ?

Regards.


Messages In This Thread
Hash of a .pdf file - by redcat - 12-17-2017, 04:18 PM
RE: Hash of a .pdf file - by undeath - 12-17-2017, 05:22 PM
RE: Hash of a .pdf file - by redcat - 12-17-2017, 05:40 PM
RE: Hash of a .pdf file - by undeath - 12-17-2017, 06:00 PM
RE: Hash of a .pdf file - by redcat - 12-17-2017, 08:56 PM
RE: Hash of a .pdf file - by undeath - 12-17-2017, 09:00 PM