all groups > sql server dts > august 2005 >
You're in the

sql server dts

group:

Dynamic properties n INI, any safe way to store username and passw


Dynamic properties n INI, any safe way to store username and passw k_s
8/27/2005 3:49:01 AM
sql server dts:
hi all,
I want to use ini files to store server details, but feel that storing
server username and password in ini file is not secure.
Any suggestions?

regards,
RE: Dynamic properties n INI, any safe way to store username and passw Jason
8/30/2005 5:27:15 AM
you could use integrated security and either store the server name in the
..ini or better yet use a .udl file. udl files were designed to store DB
connection info.

If this is not an option you could find an encryption libray that is
compatible with activex scripting and use this to encrypt and decrypt the
values in the config file

finaly, you could simply use EFS which is built into windows 2000 and later
this would require some advanced configuration to make the apporach work




[quoted text, click to view]
AddThis Social Bookmark Button