Securing the connection string (mainly the password within the string)
From: Neil Kiser (neil_at_NO_SPAM_PLEASEkiserville.com)
Date: 10/01/04
- Next message: Ken Seng: "Re: SQL Server CE 2.0 installation"
- Previous message: Michael--J: "Re: Using replication"
- Next in thread: Robert Bouillon: "Re: Securing the connection string (mainly the password within the string)"
- Reply: Robert Bouillon: "Re: Securing the connection string (mainly the password within the string)"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Sep 2004 20:05:55 -0500
I may be off-base here, but I seem to recall some discussion about the
fact that .Net code isn't particularly secure. I believe that this is
what the 'obfuscator' discussions are all about. (again, feel free to
correct me if I've got it wrong).
So this got me thinking about the fact that I need a safe place to
store the database password. I wasn't planning on giving the password
to the user. I was going to encrypt the database and setup a password
(this in on SQL Server CE 2.0) and the app would hold the password.
Am I safe preparing an assembly that contains the password? Is it a
pipedream to believe that the password will not be uncovered?
Thanks,
-Neil K.
- Next message: Ken Seng: "Re: SQL Server CE 2.0 installation"
- Previous message: Michael--J: "Re: Using replication"
- Next in thread: Robert Bouillon: "Re: Securing the connection string (mainly the password within the string)"
- Reply: Robert Bouillon: "Re: Securing the connection string (mainly the password within the string)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|