![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Dec 2007
Posts: 3
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
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. |
|
|
|
|
|
#3 | |
|
Newbie
Join Date: Dec 2007
Posts: 3
Rep Power: 0
![]() |
Re: Hash
Quote:
|
|
|
|
|
|
|
#4 |
|
Professional Programmer
|
Re: Hash
In the future posting on one forum should be enough.
__________________
JG-Webdesign |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Dec 2007
Posts: 3
Rep Power: 0
![]() |
Re: Hash
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |