Sql query for password decryption for sql server 2005

Discussion in 'MySQL' started by Paresh Shrimali, Sep 22, 2011.

  1. #1
    Hello,

    I want to decrypt password with sql query.please reply if any solution.

    Thank you
     
    Paresh Shrimali, Sep 22, 2011 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    That's not how you do it. You encrypt the password the user gives you, Then compare it to the encrypted password stored in the database.
     
    Rukbat, Sep 27, 2011 IP