Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows Application Security

Status
Not open for further replies.

annethorne

Programmer
Apr 13, 2005
28
US
We need to implement better security into a C# Windows Desktop Application we are building, and are hoping to get best practices recommendations on the following:

1) "encrypted username / passwords" for connection strings -- actually any technique that will hide the connection string specifics from the user once, the application is built and put into an executable -- possibly by using the Registry.

2) Use of XML for pooling connection strings and the storing of username / passwords in the XML string: building a connection string based on settings in an XML File -- in some encrypted form... see 1) above...

3) NT Authentication for user login.

Thanks for any information you can give us.

Anne
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top