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.
If I include the
-mhe
switch to encrypt headers, I get an 'invalid block data error' fromArchive7z.__init__()
in py7zlib.py.In what may be a side note, in
class Header.__init__()
in the lineself.properties = ArchiveProperties(file)
,ArchiveProperties
is not defined in py7zlib.py.Are encrypted headers not supported? Thanks again for all of your help.