-
-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Labels
Description
Hello!
I have a question
I have an archive ARCHIVE.ZIP (ZipCrypto+Deflate) with contents:
FOLDER\FILE1.BIN [index 0]
FOLDER\FILE2.PDF [index 1]
I have plaintext file:
FILE2.PDF (about 4-5 MB size)
CRC32 of compressed FOLDER\FILE2.PDF and non-compressed FILE2.PDF files are the same
I do not know the archiver and compression level used for compression+encryption. I tried several utilities with no luck
I checked various archived variants of FILE2.PDF using HEX editor, but unfortunately headers and footers are not constant
Do I need to construct the same FOLDER structure in the plain archive or I could use just single FILE2.PDF?