SQL Autentification: Is the password encrypted when is is being send to the server for validation?

  • Thread starter Thread starter Henrik Skak Pedersen
  • Start date Start date
H

Henrik Skak Pedersen

Hi,

I have a .NET Windows client which is using SQL Autentification to connect
to a server. I am using the ADO.NET SqlConnection object to connect to the
server. When I enter the password in the connection string, is the password
then being send in clear text to the server or is it being encrupted inside
the SqlConnection object?

Thanks
Henrik
 
My bet is on clear text. Why not windows authentication, there you will not
have to worry about this?.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top