Insert Encrypted Password

Discussion in 'C#' started by cancer10, Apr 10, 2007.

  1. #1
    Hi All,

    I have a question and I hope you guys can help me out.

    If you have worked with php-mysql, you might have noticed that there is a featured to encrypt a password while inserting it in the database using the password() function.

    I am looking for a similar feature as i am working with asp as frontend and mysql and ms sql server as my backend.

    If you have not used php-mysql then ignore the above and tell me if there is any function to encrypt the password while inserting it to the database using ASP? (for both mysql and mssql)


    Thanx in advance
     
    cancer10, Apr 10, 2007 IP
  2. briansol

    briansol Well-Known Member

    Messages:
    221
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #2
    mssql 2005 has this built in.
    sql2000 does not, and you will need to create a user-defined function
     
    briansol, Apr 11, 2007 IP