You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see a encrypted-plain pair of ZIP archives with a single PDF. Note that CRC32 of the file is the same in both archives.
I experience the following issue:
bkcrack.exe -C encrypted.zip --cipher-index 1 -p plain.zip
bkcrack 1.5.0 - 2022-07-07
[15:16:29] Z reduction using 1048569 bytes of known plaintext
0.6 % (5812 / 1048569)←[1K
[15:16:30] Attack on 137 Z values at index 1043310
100.0 % (137 / 137)[1K
[15:16:31] Could not find the keys.
What could be the issue?
How do I get the correct keys in this case?
Hello,
As you understood, you had to tell bkcrack to use an entry inside plain.zip as known plaintext and not the file plain.zip itself.
Hopefully, it will become more straightforward in a future version once issue #11 is solved, so that giving the archives to use would be enough and bkcrack could guess that loading the one entry in each archive is the thing to do.
I think that guessing may be messy especially with similar file names inside both archives.
For me the current scheme when a user assigns explicitly where the cipher and plain texts are is quite reasonable.
Greetings!
Please see a encrypted-plain pair of ZIP archives with a single PDF. Note that CRC32 of the file is the same in both archives.
I experience the following issue:
What could be the issue?
How do I get the correct keys in this case?
Thank you.
encrypted.zip
plain.zip
The text was updated successfully, but these errors were encountered: