|
Subject:
|
DB Connection
|
|
Posted By:
|
stu9820
|
Post Date:
|
9/22/2004 3:08:13 PM
|
If my web server and database server are on two different machines, when I connect to the database and pass the username and password, how are they passed? Encrypted?... I hope.
|
|
Reply By:
|
planoie
|
Reply Date:
|
9/26/2004 9:01:49 PM
|
What connection method are you using? If you are concerned about packet sniffing, then you'll probably want to look into exactly what gets transmitted. The data for a connection is most likely not encrypted in any way.
|