Re: Authentication in ASP.Net with MySQL
Posted by: Hauke Betz
Date: October 05, 2006 12:36AM

Hello,

why don't you use a connection-string with the proper username/password for the user logging in? But if you want to store usernames/passwaords in a table, you should at least encrypt them. There are some threads about doing this here in the forum...

To prevent a Man-in-the-middle Attack, try using SSH-tunnels. There are several examples how to do this out there in the net and here in the forum...

Greets,

Hauke

Options: ReplyQuote


Subject
Written By
Posted
Re: Authentication in ASP.Net with MySQL
October 05, 2006 12:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.