Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-01-2007, 01:48 AM
BadMrPat BadMrPat is offline
Newbie
 
Join Date: May 2007
Posts: 1
Rep Power: 0
BadMrPat is on a distinguished road
Default I am a total Newb...

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-01-2007, 03:35 AM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,635
Last Blog:
CherryPy(thon)
Rep Power: 28
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

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
__________________
05-03-2007 - 11-13-2008
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-01-2007, 07:53 AM
Ronin Ronin is offline
Programming Professional
 
Join Date: Apr 2006
Posts: 299
Rep Power: 11
Ronin is on a distinguished road
Default

I thought that MD5 was one way and not very easy to crack?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-01-2007, 08:09 AM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,635
Last Blog:
CherryPy(thon)
Rep Power: 28
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

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.
__________________
05-03-2007 - 11-13-2008
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-01-2007, 12:08 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,278
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default

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
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-01-2007, 01:06 PM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,635
Last Blog:
CherryPy(thon)
Rep Power: 28
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

Quote:
Originally Posted by WingedPanther
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.
Exactly. From what I know there's no way to get the right value from a given MD5-sum, only using that sum. You have to make some permutations using different characters, numbers, etc. and then encrypt it using MD5, and then compare with the MD5-sum you wanted to "crack".

My favorite tool for cracking MD5 is "Cain", and it uses exactly that method.
__________________
05-03-2007 - 11-13-2008
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
newb question eclipse C and C++ 5 07-22-2007 03:54 AM
hi im the newb eclipse Introductions 3 07-12-2007 10:13 AM
Help a Newb Learn it.. Mushroomer Visual Basic Programming 1 03-28-2007 06:30 PM
Total Bandwidth Usage Void Technology Ramble 6 07-21-2006 04:12 PM
total members visited today Void The Lounge 3 07-15-2006 01:25 PM


All times are GMT -5. The time now is 06:42 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads