Ask Experts Questions for FREE Help !
Ask
    a12735497073's Avatar
    a12735497073 Posts: 2, Reputation: 1
    New Member
     
    #1

    Apr 20, 2011, 06:42 PM
    Md5 for passwords?
    Why should I store MD5 passwords in the database instead of the real thing? How does the user log in??
    nohmar's Avatar
    nohmar Posts: 3, Reputation: 2
    New Member
     
    #2

    Apr 20, 2011, 06:45 PM
    MD5 is nice because if someone gets a hold of your database, they don't have the actual password. The user logs in by typing the normal password and you can check if the md5 of what they typed in is the same as what's in the database.
    Skylude's Avatar
    Skylude Posts: 29, Reputation: 5
    New Member
     
    #3

    Apr 20, 2011, 06:58 PM
    What Nohmar said is right. The other benefit is that MD5 is extremely difficult to reverse back to the original text.
    Skylude's Avatar
    Skylude Posts: 29, Reputation: 5
    New Member
     
    #4

    Apr 20, 2011, 07:00 PM

    One more thing to note, if you need to at some point get the password back I would look into use SALT and sha1 or some other reversible encryption.
    a12735497073's Avatar
    a12735497073 Posts: 2, Reputation: 1
    New Member
     
    #5

    Apr 20, 2011, 07:04 PM
    Thanks!

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Decription for an md5 ? [ 1 Answers ]

I need to decript this: 237f6a263e1398e2cac53a65efb2e2f5 And this: 7b8f1aa0b28842b3937924bfd5a40d15 Any one can help? Since I tried to Google it but I found nothing

Passwords [ 2 Answers ]

How can I make a administration password on our school network. And how do I do it

Passwords [ 1 Answers ]

Is there a way to pull up passwords to see where other people have done on computer?

Passwords [ 4 Answers ]

Is it possible to put a password on an individual file or maybe on documents file? I'm running windows xp.


View more questions Search