Closed kimci86 closed 6 months ago
Finally properly addressing #12. Also related to #74. Hopefully I parsed the ZIP format specification correctly. Testing or feedback is welcome.
How to test:
bkcrack -C encrypted.zip -k X Y Z -D output.zip # or bkcrack -C encrypted.zip --password password -D output.zip
unzip -t output.zip # and/or 7z t output.zip
@DartPower @Arnie97 @A-Kazak
I think you might be interested in this.
Thanks! Good work!
I did some more testing on my end, it looks ok. I will merge this!
Finally properly addressing #12. Also related to #74. Hopefully I parsed the ZIP format specification correctly. Testing or feedback is welcome.
How to test: