Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: password encryption type

  1. #1
    sugith_k is offline Member
    Join Date
    Mar 2009
    Posts
    97

    Question password encryption type

    I'm rebuilding a web site using ADNSF and the previous site was done in PHP and used the MYSQL. I transferred most of the fields. But in the customer table, I need to save the passwords. But in MYSQL all the passwords are saving after hashing them. So is there anyway that I can take those password details and save them into my MSSQL and make it work.


    If someone can please help me out..
    Thank you

    Sugith_k

  2. #2
    tacklediscounts is offline Junior Member
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    12

    Default

    I might be looking for a similar answer here. I have the web.config file for our ADNSF that has the password stored in the "DBConn" section and I need to use this password (which I don't know) to connect to the database through Microsoft SQL Studio.

    Is there any way to get the password if I have the Encrypt Key and the password in hash form?