C
casper
I have implemented Peter Brombergs "Digest authentication with
database" (http://www.eggheadcafe.com/articles/20030701.asp) on my
website.
It works great, a login box is displayed and username and password are
validated with the sql data.
My problem is that this implementation requires that the password are
stored in clear text, I want to change this so the password are stored
MD5 encrypted.
So my questions are:
Is possible?
Can Brombergs code be changed to support MD5 passwords?
Are there any alternatives now that I have upgraded to ASP.NET 2.0?
Thanks
Casper
database" (http://www.eggheadcafe.com/articles/20030701.asp) on my
website.
It works great, a login box is displayed and username and password are
validated with the sql data.
My problem is that this implementation requires that the password are
stored in clear text, I want to change this so the password are stored
MD5 encrypted.
So my questions are:
Is possible?
Can Brombergs code be changed to support MD5 passwords?
Are there any alternatives now that I have upgraded to ASP.NET 2.0?
Thanks
Casper