Thread: Hash
View Single Post
Old Dec 26th, 2007, 8:25 PM   #2
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,799
Rep Power: 5 Sane will become famous soon enough
Re: Hash

It's 32 letters, so it's a hex digest using the md5 algorithm. There are programs that exist that can use a dictionary of passwords, combine them with a salt, and see what matches the md5 hash.

I can't recommend any good programs, but you're looking for an "md5 reverse lookup with support for salt".

You won't have much luck unless the password is something common. Good luck.
Sane is offline   Reply With Quote