-
Notifications
You must be signed in to change notification settings - Fork 28
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
Find the encryption key automatically #46
Comments
This is an excellent idea, can you send me the script link please? |
https://www.online-python.com/pm93n5Sqg4 The only known case where this fails is when the key is full of zeroes ( |
@dzamlo I tried using this script with a few hex strings posted on the forums, but I couldn't get a single one decrypted, the script simply finished without printing a potential key. Is it something I'm doing wrong here? |
The example om the screenshot seems to be the one that fail because the user didn't copy the whole response.This won't happen in practice because we handle getting the answer. So just ignore this example . Does it fails with other example ? And do you at least get the message with the number of potential key? If not this may due to the way you run the script: try to put the last line outside of the if. |
This would avoid the need for the user to do the slightly complex process necessary by hand.
The script I posted on the forum should be robust enough if you handle the case where the key is full of zeros.
The text was updated successfully, but these errors were encountered: