The 7z archive files always starts with the bytes hex 0x37_7A_BC_AF_27_1C_00_04 (str "7z..."), even encrypted archives.
Having such a unique header on encrypted archives weakens the value of the encryption, by for example:
Suggestion: Remove unique 7z archive header, so 7z archive contents looks like random data.
Log in to post a comment.
The 7z archive files always starts with the bytes hex 0x37_7A_BC_AF_27_1C_00_04 (str "7z..."), even encrypted archives.
Having such a unique header on encrypted archives weakens the value of the encryption, by for example:
Suggestion: Remove unique 7z archive header, so 7z archive contents looks like random data.