|
-
Jun 23rd, 2006, 02:13 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Whats MD5
Guys am new to this. Whats MD5?
-
Jun 23rd, 2006, 02:15 AM
#2
Thread Starter
Hyperactive Member
-
Jun 23rd, 2006, 02:16 AM
#3
Thread Starter
Hyperactive Member
Re: Whats MD5
Ok. Message Digest is what i see in my MSDN
-
Jun 23rd, 2006, 02:21 AM
#4
Re: Whats MD5
MD5 is a algorithm to create securely encrypted strings from existing strings. The idea is that the encrypted string cannot be used to recreate the original and small changes in the original will have unpredictable results on the encrypted value produced. This allows you to do things like hash a password and then store it in plain view without compromising security. The hashed value cannot be used to determine the original password except through brute force so there is no issue. When the user provides their password to log in you hash it using the same algorithm and compare the result with the stored value. If they matched then the user is authenticated. Us eof the MD5 algorithm is supported via several different classes in the System.Security.Cryptography namespace in the .NET Framework.
-
Jun 23rd, 2006, 02:27 AM
#5
Thread Starter
Hyperactive Member
Re: Whats MD5
Thanks i understand that bit....but what does MD5 stand for??
-
Jun 23rd, 2006, 02:36 AM
#6
-
Jun 23rd, 2006, 02:45 AM
#7
Thread Starter
Hyperactive Member
Re: Whats MD5
MD5 (Message-Digest algorithm 5)
-
Jun 23rd, 2006, 02:57 AM
#8
Re: Whats MD5
 Originally Posted by maps
MD5 (Message-Digest algorithm 5)
You don't say. Wow, that Google thingy's really useful. I might start using it myself.
-
Jun 23rd, 2006, 04:03 AM
#9
Thread Starter
Hyperactive Member
Re: Whats MD5
JMC!! before you redirected me there, i was already there. But hey wow. Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|