V
Vijayakumar S via .NET 247
In our intranet website Login passwords are encrypted using afunction in Login.asp and stored in Oracle database. When a userlogs in his password information are retrieved from the oracletable with recordset object, then we encrypt the passwordentered by the user with same function and match both values,accordingly user may allow or deny login. Now we started workingon a new project using ASP.NET but OLEDB data reader not readingthe ASCII values of password correctly. I tried with both Oracleconnection and OLEDB connection
We are using .Net framework 1.1 version
Please help me to overcome this problem; otherwise I have tochange the encryption in existing web application which isstabilized and running since 2001
We are using .Net framework 1.1 version
Please help me to overcome this problem; otherwise I have tochange the encryption in existing web application which isstabilized and running since 2001