fancycode / pylzma

Python bindings for the LZMA library

Home Page:http://www.joachim-bauch.de/projects/pylzma/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pylzma cannot decrypt encrypted headers from 7z

KenV99 opened this issue · comments

commented

If I include the -mhe switch to encrypt headers, I get an 'invalid block data error' from Archive7z.__init__() in py7zlib.py.

In what may be a side note, in class Header.__init__() in the line self.properties = ArchiveProperties(file), ArchiveProperties is not defined in py7zlib.py.

Are encrypted headers not supported?
Thanks again for all of your help.

I think this was just fixed together with #33. Please reopen if you still get the error (and provide a minimal sample archive).