Quote:
Originally Posted by Sane
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.