|
||||||
| General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hi, I have never posted on a thread before, but I just have no idea where to even start with this question. I am looking for some help with an "extra credit" problem a friend of mine gave me. I need to know some sort of information about what "1c714e8c8440bc6cc1ab23c39c11f92a" could represent, or where it could have come from. If somebody were inclined to help me with it, I would be eternally grateful. Also, if I am in the wrong place, I am very sorry. Thanks in advance.
|
| Sponsored Links |
|
|
|
|||||
|
What you have there is a MD5-sum. MD5 is a cryptographic has function, with a hash value of 128-bit. It's used to encrypt data, strings, etc.
Do you have to crack it, or just know anything about it? It's relative easy to crack MD5-sums, but can take some time. If you're searching for information, try take a look at Wikipedia: MD5 - Wikipedia, the free encyclopedia
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum C/C++ resources - C/C++ frequently asked questions Python resources - Python frequently asked questions I'm always up for a chat, so feel free to contact me... |
|
|||||
|
If it's f.ex. a looong password, encrypted with MD5 - it will take forever to crack, using Brute-Force. But small passwords with 5-10 characters can be cracked in some minutes, hours or maybe more, also using Brute-Force.
There's of course other alternatives; Dictionary Attack, RainbowTables Attack, etc.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum C/C++ resources - C/C++ frequently asked questions Python resources - Python frequently asked questions I'm always up for a chat, so feel free to contact me... |
|
|||||
|
The thing with MD5 is that it's a hash. That means "cracking" it is really a matter of finding a collision, something that will hash to the same value, but may not have anything to do with the original value.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
| Sponsored Links |
|
|
|
|||||
|
Quote:
My favorite tool for cracking MD5 is "Cain", and it uses exactly that method.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum C/C++ resources - C/C++ frequently asked questions Python resources - Python frequently asked questions I'm always up for a chat, so feel free to contact me... |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| newb question | eclipse | C and C++ | 5 | 07-22-2007 02:54 AM |
| hi im the newb | eclipse | Introductions | 3 | 07-12-2007 09:13 AM |
| Help a Newb Learn it.. | Mushroomer | Visual Basic Programming | 1 | 03-28-2007 05:30 PM |
| Total Bandwidth Usage | Void | Technology Ramble | 6 | 07-21-2006 03:12 PM |
| total members visited today | Void | The Lounge | 3 | 07-15-2006 12:25 PM |
| Xav | ........ | 160.68 |
| neerlin | ........ | 100 |
| satrian | ........ | 100 |
| delia | ........ | 100 |
| chili5 | ........ | 70.08 |
| morefood2001 | ........ | 36.91 |
| MeTh0Dz|Reb0rn | ........ | 27.15 |
| RyanTuosto | ........ | 20 |
| gamiR | ........ | 19.64 |
| John | ........ | 14.46 |
Goal: 100,000 Posts
Complete: 68%