cool man
cool man
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
"A good programmer is someone who looks both ways before crossing a one-way street."
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.
CodeCall Blog | CodeCall Wiki | Shareware
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
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
"A good programmer is someone who looks both ways before crossing a one-way street."
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.
CodeCall Blog | CodeCall Wiki | Shareware
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
Oww oke I understand it a little better now, thanks for that explanation! Oke well I'm gonna last it later todaythanks for your help
4d 65 6c 76 69 6e 0d 0a
"A good programmer is someone who looks both ways before crossing a one-way street."
Looks interesting.
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 08:38 AM.
My Site | Questions and Answers | Ask Me: Termana | Last Tutorial: Ajax innerHTML
If you can keep your head while all around you are losing theirs, you probably have a CD writer on your desktop
Hi,
I'm using this tool when I need to hash a string, pretty cool online md5 converter : stringfunction.com/md5-hash.html
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum