kimci86 / bkcrack

Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
zlib License
1.68k stars 163 forks source link

Full-archive decryption #119

Closed kimci86 closed 6 months ago

kimci86 commented 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:

kimci86 commented 6 months ago

@DartPower @Arnie97 @A-Kazak

I think you might be interested in this.

DartPower commented 6 months ago

Thanks! Good work! image image

kimci86 commented 6 months ago

I did some more testing on my end, it looks ok. I will merge this!