Re: VB2005 - Secure Access to SQL Server through Application Only
- From: Matt <breakthrough@xxxxxxxxxxxxxxxx>
- Date: Sat, 08 Apr 2006 21:49:36 -0600
VJ,
Even if I am able to encrypt the password and user ID in the file on the client side, how would I tell the application to decrypt them each time it needed to access the database? Since it automatically tries to handle opening and closing connections based on the connection string, I would need some way to inject the UID/Pass into the string. Do you have any specific tutorials you could forward me to?
Many thanks,
Matt
Vijay wrote:
I would go with SQL Server authentication and try to store the ID/PWD encrypted on the client side within a XML, text file.. whatever maybe your choice or comfort.. There are several examples how to encrypt/decrypt strings with 2003/1.1 you can easily apply the same to 2005 ...Or might even be easier in 2005/.NET 2.0.
VJ
- Follow-Ups:
- Re: VB2005 - Secure Access to SQL Server through Application Only
- From: Stephany Young
- Re: VB2005 - Secure Access to SQL Server through Application Only
- References:
- Prev by Date: Can't figure out this XmlTextReader exception.
- Next by Date: Re: mousehover
- Previous by thread: Re: VB2005 - Secure Access to SQL Server through Application Only
- Next by thread: Re: VB2005 - Secure Access to SQL Server through Application Only
- Index(es):
Relevant Pages
|