scottj / findmyhash

Automatically exported from code.google.com/p/findmyhash
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Version 1.1.2 solves this bug.

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