MD5 Password

Discussion in 'MySQL' started by phd, Apr 16, 2006.

  1. #1
    Hi,

    I'm using MySQL as Database. I'm storing my password using MD5 encryption.

    But for the link "Forgot Password" in my site. I would like to retrive the password from database. Now I'm getting the encrypted password. How can I get decrypt?
     
    phd, Apr 16, 2006 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    MD5 is a one-way hashing. There is no way to decrypt it.
     
    digitalpoint, Apr 16, 2006 IP
  3. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #3
    You cannot retrive the password. but you can changeit. All services of forgot paswords are changeing password not resending the same password.

    Is the best thing because if soemone hack your server cannot get the all passwords. (Only throgh brut forceing and the chance to get valid passwords is 30 % - 40 % not 100% :) )

    Regards
    Adrian
     
    sacx13, Apr 17, 2006 IP