Open GoogleCodeExporter opened 9 years ago
Apologies I forgot the error message
Traceback (most recent call last):
File "jsunpackn.py", line 1406, in <module>
main()
File "jsunpackn.py", line 1347, in main
js = jsunpack(file, ['', mydata, file], options)
File "jsunpackn.py", line 174, in __init__
self.main_decoder(mydata, myfile)
File "jsunpackn.py", line 1018, in main_decoder
mypdf.parse()
File "/home/***/Documents/malwarecb/javascript/jsunpack-n/pdf.py", line 518, in parse
self.encryptKey = self.computeEncryptKey(self.encryptObject, passwd, fileId)
File "/home/***/Documents/malwarecb/javascript/jsunpack-n/pdf.py", line 812, in computeEncryptKey
key = md5(key[0:encryptObject['KeyLength']])
TypeError: '_hashlib.HASH' object has no attribute '__getitem__'
Original comment by emergenc...@hotmail.co.uk
on 19 May 2013 at 2:27
I'll have this to, anyone have a solution?
Original comment by axelsa...@gmail.com
on 1 Feb 2015 at 5:51
Original issue reported on code.google.com by
emergenc...@hotmail.co.uk
on 19 May 2013 at 2:25