Hash: 0a860fb147a040342a7ff14976dd4939
Salt: `#"uQ
Does anyone know what type of hash this is? And if possible, any way of recovering my password?
You cannot recover a password from a hash.
This is MD5 in my opinion. If your password was containing only numbers, you can recover it for seconds. Elsewhere, it isn't possible or if it is, it would take a lot time.
You can also get a collision which would be a completely different "password" that happens to have the same hash value.
@WingedPanther, could you please give an example of such passwords? This fact is pretty interesting to me.
Last edited by penkomitev; 12-27-2007 at 11:41 AM.
I don't think that he can give an example.
It does indeed look like an md5 hash. The salt is simply a string added to your password, then the salted string is encrypted. This adds strength to your password. Say your password is "dog" the salted string would be "dog`#"uQ" which is then encrypted and thus adds much more complexity to your password.
At this point, md5 is not able to be decrypted, however there are bruteforcers that can help you crack the password. If your lucky, you can find an online database of md5 hashes that my contain that particular hash and its unencrypted value.
Finding collisions is fairly computationally intensive.
Well, I supposed you have found an example. In my opinion, there is a theoritical possibility and very low probability this to happen.
You can visit something interesting HERE
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks