Wrong result
#1
I have run Hascat on a MD5 non-salt hash and received a result.
Hash: a1f7d15040d36119c17157fc8e5a430e
Result: 0hfwzuse 

I used the following prompt:  hashcat.exe -m 0 -a 3 hashes.txt -O

However, the result it not correct. 
Is it possible there is another longer password that matches the same hash?
Reply
#2
It's correct.

$ echo -n 0hfwzuse | md5sum
a1f7d15040d36119c17157fc8e5a430e -
Reply