-
-
Couldn't load subscription status.
- Fork 178
Open
Labels
Description
As an exercise in understanding how to work with known plaintext that is compressed I unzipped the zip file and did the following:
python3 ../tools/deflate.py < advice.jpg > advice.deflate
../bkcrack -C secrets.zip -c advice.jpg -p ./advice.deflate -t 12
Could not find the keys.
This suggests that the compression settings are wrong. I've tried changing the compression settings, but nothing seems to work. I think this would be a useful example for the tutorial