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.
|