Thread: Hash
View Single Post
Old Dec 26th, 2007, 10:58 PM   #3
im-not-alive
Newbie
 
Join Date: Dec 2007
Posts: 3
Rep Power: 0 im-not-alive is on a distinguished road
Re: Hash

Quote:
Originally Posted by Sane View Post
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.
Thanks, that helped me a lot, thats all I needed to know.
im-not-alive is offline   Reply With Quote