View Single Post
Old 08-25-2009, 03:15 AM   #467
JohnTheRipper
Enthusiast
JohnTheRipper began at the beginning.
 
Posts: 28
Karma: 42
Join Date: Aug 2009
Device: none
I mean that RSA is applied to the key; the whole pdf is supposed to be rc4 encrypted.

I think the problem is in initialize_ebx, not in dump. I don't understand when :

if ebx_V < 4 or ebx_type < 6:
V = ord(bookkey[0])
bookkey = bookkey[1:]

this produces (shorten bookkey length from 16 to 15) the error because the length doesn't match (not equal to 16)..

Last edited by JohnTheRipper; 08-25-2009 at 05:31 AM.
JohnTheRipper is offline   Reply With Quote