-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing recovery using advice.jpg #83
Comments
You are right, using the deflate python script (using zlib deflate compressor under the hood) does not generate correct compressed data for that example. I created the example That information could be a nice addition to the tutorial, thank you for the suggestion. |
Tested and works!
|
Even with only 12 bytes of 'plain text' it results in victory.
|
You can also leverage the fact that 7z can give you the CRC on a binary file. I saw a post that used this fact to find the released version of putty - this allowed them to find the original plaintext by downloading each one until they hit the one with a matching CRC. Then it becomes a matter of compression settings.
|
As an exercise in understanding how to work with known plaintext that is compressed I unzipped the zip file and did the following:
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
The text was updated successfully, but these errors were encountered: