+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32

Thread: MD5 Hash

  1. #21
    Tonberry is offline Newbie
    Join Date
    May 2009
    Posts
    1
    Rep Power
    0

    Re: MD5 Hash

    cool man

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #22
    SterAllures's Avatar
    SterAllures is offline Programming Professional
    Join Date
    Mar 2009
    Location
    Netherlands
    Posts
    203
    Rep Power
    12

    Re: MD5 Hash

    I would really care if somebody could explain for what purpose I can use an MD5 Hash I've already searched around a bit but all I can get that it is some kind of algorythm and such. but what is the purpose of finding it?
    4d 65 6c 76 69 6e 0d 0a
    "If happiness was the national currency, what kind of work would make you rich?"

  4. #23
    Join Date
    Jul 2006
    Posts
    16,466
    Blog Entries
    74
    Rep Power
    143

    Re: MD5 Hash

    There are a couple of purposes. One is to have a mechanism for verifying that a large file downloaded correctly. Since a minor change will drastically alter the MD5 hash, it's useful for verifying file integrity. It can also be used as a one-way encryption for passwords, but SHA-2 is better for that.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #24
    SterAllures's Avatar
    SterAllures is offline Programming Professional
    Join Date
    Mar 2009
    Location
    Netherlands
    Posts
    203
    Rep Power
    12

    Re: MD5 Hash

    So when you download a file the MD5 Hash Checks if the file was downloaded correctly? and this happens after the file has been downloaded or before?
    4d 65 6c 76 69 6e 0d 0a
    "If happiness was the national currency, what kind of work would make you rich?"

  6. #25
    Join Date
    Jul 2006
    Posts
    16,466
    Blog Entries
    74
    Rep Power
    143

    Re: MD5 Hash

    The provider of the file also has to provide the hash. You then recheck the hash of what you downloaded to see if it matches.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  7. #26
    SterAllures's Avatar
    SterAllures is offline Programming Professional
    Join Date
    Mar 2009
    Location
    Netherlands
    Posts
    203
    Rep Power
    12

    Re: MD5 Hash

    Oww oke I understand it a little better now, thanks for that explanation! Oke well I'm gonna last it later today thanks for your help
    4d 65 6c 76 69 6e 0d 0a
    "If happiness was the national currency, what kind of work would make you rich?"

  8. #27
    ACT333 is offline Newbie
    Join Date
    Aug 2009
    Posts
    1
    Rep Power
    0

    Re: MD5 Hash

    Looks interesting.

  9. #28
    Join Date
    Oct 2008
    Posts
    4,060
    Blog Entries
    6
    Rep Power
    45

    Re: MD5 Hash

    Well done outsid3r, you -rep'ed me without leaving a comment IN THE THREAD. You've shown the lack of balls to tell everyone what you thought, and if I was a new member, I would feel discouraged from posting more tutorials. You never asked any questions to see whether I had any comprehension of the subject at hand.
    Last edited by Termana; 08-31-2009 at 06:38 AM.
    Interested in participating in community events?
    Want to harness your programming skill and turn it into absolute prowess?
    Come join our programming events!

  10. #29
    davitz38 is offline Newbie
    Join Date
    Feb 2010
    Posts
    2
    Rep Power
    0

    Re: MD5 Hash

    Hi,
    I'm using this tool when I need to hash a string, pretty cool online md5 converter : stringfunction.com/md5-hash.html

  11. #30
    outsid3r's Avatar
    outsid3r is offline Programming God
    Join Date
    Jul 2008
    Posts
    621
    Rep Power
    18

    Re: MD5 Hash

    Quote Originally Posted by Termana View Post
    Well done outsid3r, you -rep'ed me without leaving a comment IN THE THREAD. You've shown the lack of balls to tell everyone what you thought, and if I was a new member, I would feel discouraged from posting more tutorials. You never asked any questions to see whether I had any comprehension of the subject at hand.
    Hi, didn't check this post until now! First, i didn't feel to comment it at the time, i can't remember exactly why... maybe because many have done previously, why just another one? and second, if i can discourage people to submit tutorials like this, it's just great for codecall.

+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Hash Cryptography, why so speedy?
    By liamzebedee in forum General Programming
    Replies: 6
    Last Post: 06-21-2011, 11:59 PM
  2. Hash tables
    By camouser1s in forum C and C++
    Replies: 2
    Last Post: 03-29-2011, 11:20 AM
  3. Pascal: The hash symbol?
    By FireGator in forum Pascal and Delphi
    Replies: 2
    Last Post: 09-11-2010, 10:50 AM
  4. Help Returning a Hash
    By BlackMage in forum Java Help
    Replies: 0
    Last Post: 01-18-2010, 05:28 AM
  5. Password hash
    By im-not-alive in forum Database & Database Programming
    Replies: 8
    Last Post: 12-28-2007, 11:49 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts