Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Other Web Development Languages (http://www.programmingforums.org/forum40.html)
-   -   Hash (http://www.programmingforums.org/showthread.php?t=14813)

im-not-alive Dec 26th, 2007 6:26 PM

Hash
 
Hash: 0a860fb147a040342a7ff14976dd4939
Salt: `#"uQ

Does anyone know what type of hash this is? And if possible, any way of recovering my password?

~ thanks in advance

Sane Dec 26th, 2007 8:25 PM

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.

im-not-alive Dec 26th, 2007 10:58 PM

Re: Hash
 
Quote:

Originally Posted by Sane (Post 138755)
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.

Wizard1988 Dec 27th, 2007 7:33 AM

Re: Hash
 
In the future posting on one forum should be enough.

im-not-alive Dec 27th, 2007 4:59 PM

Re: Hash
 
Quote:

Originally Posted by Wizard1988 (Post 138770)
In the future posting on one forum should be enough.

Yeah lol, sorry. These are the only forums where someone actually helped me :p


All times are GMT -5. The time now is 12:44 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC