Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 26th, 2007, 6:26 PM   #1
im-not-alive
Newbie
 
Join Date: Dec 2007
Posts: 3
Rep Power: 0 im-not-alive is on a distinguished road
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
im-not-alive is offline   Reply With Quote
Old Dec 26th, 2007, 8:25 PM   #2
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,730
Rep Power: 5 Sane is on a distinguished road
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
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
Old Dec 27th, 2007, 7:33 AM   #4
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 407
Rep Power: 3 Wizard1988 is on a distinguished road
Send a message via AIM to Wizard1988
Re: Hash

In the future posting on one forum should be enough.
__________________
JG-Webdesign
Wizard1988 is offline   Reply With Quote
Old Dec 27th, 2007, 4:59 PM   #5
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 Wizard1988 View Post
In the future posting on one forum should be enough.
Yeah lol, sorry. These are the only forums where someone actually helped me :p
im-not-alive is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Passing Hash to new CGI jdittmar Perl 1 Oct 18th, 2006 3:14 AM
MD5 Hash Calculator grimpirate Show Off Your Open Source Projects 17 Aug 15th, 2006 11:18 PM
Designing a Hash Function Twilight C++ 5 Apr 11th, 2006 11:20 AM
Hash function uman C++ 2 Jan 14th, 2005 9:08 PM
Hash tables maybesomeday C++ 3 Jan 14th, 2005 6:51 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:49 AM.

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