Skip to content
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

Cracked strings with some white spaces are listed wrong in the final summary #1

Closed
GoogleCodeExporter opened this issue Sep 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. MD5("123 456") = 39c278294f0267d0cb2b414be79f5f13
2. $ python findmyhash.py md5 -h 39c278294f0267d0cb2b414be79f5f13

What is the expected output? What do you see instead?

Expected output is:
-------------------

[...]
***** HASH CRACKED!! *****
The original string is: 123 456


The following hashes were cracked:
----------------------------------

39c278294f0267d0cb2b414be79f5f13 -> 123 456


Actual output is:
-----------------

[...]
***** HASH CRACKED!! *****
The original string is: 123 456


The following hashes were cracked:
----------------------------------

39c278294f0267d0cb2b414be79f5f13 -> 456




Original issue reported on code.google.com by julg...@gmail.com on 4 Oct 2011 at 9:36

@GoogleCodeExporter
Copy link
Author

Version 1.1.2 solves this bug.

Original comment by julg...@gmail.com on 4 Oct 2011 at 9:37

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant