Click here to Skip to main content
15,895,192 members
Home / Discussions / C#
   

C#

 
AnswerRe: animated gif in c# form Pin
Christian Graus18-Jan-06 17:56
protectorChristian Graus18-Jan-06 17:56 
GeneralRe: animated gif in c# form Pin
AB777118-Jan-06 18:05
AB777118-Jan-06 18:05 
Questionprotect my database connection string Pin
Sasuko18-Jan-06 13:01
Sasuko18-Jan-06 13:01 
AnswerRe: protect my database connection string Pin
Guffa18-Jan-06 13:42
Guffa18-Jan-06 13:42 
GeneralRe: protect my database connection string Pin
Sasuko18-Jan-06 13:48
Sasuko18-Jan-06 13:48 
GeneralRe: protect my database connection string Pin
tarasn18-Jan-06 21:05
tarasn18-Jan-06 21:05 
AnswerRe: protect my database connection string Pin
OldDog.Net18-Jan-06 14:47
OldDog.Net18-Jan-06 14:47 
AnswerRe: protect my database connection string Pin
LongRange.Shooter18-Jan-06 18:01
LongRange.Shooter18-Jan-06 18:01 
What we would do is the following:

1) put the connection string in a config file
2) encapsulate getting the string from the config file
3) once you are successful in getting the read from db working in a test configuration, add an encryption module.
4) write a quick and dirty that encrypts any string and shows the result
5) use your encryption technique and encrypt the string
6) replace your connection string with the encrypted data
7) add the decryption in your encapsulated routine and verify you can still access the database
8) now place the encryption/decryption key in the registry and lock it down with security so that only your application has the rights to read it.

There are 10 kinds of people in the world.

Those that read binary...

...and those who don't.

GeneralRe: protect my database connection string Pin
Sasuko19-Jan-06 4:49
Sasuko19-Jan-06 4:49 
QuestionDynamically adding ActiveX controls Pin
pyro_3k18-Jan-06 12:04
pyro_3k18-Jan-06 12:04 
AnswerRe: Dynamically adding ActiveX controls Pin
Judah Gabriel Himango18-Jan-06 12:51
sponsorJudah Gabriel Himango18-Jan-06 12:51 
GeneralRe: Dynamically adding ActiveX controls Pin
pyro_3k18-Jan-06 14:34
pyro_3k18-Jan-06 14:34 
Questionproblem when starting application automatically Pin
hvtin18-Jan-06 10:59
hvtin18-Jan-06 10:59 
GeneralRe: problem when starting application automatically Pin
Guffa18-Jan-06 11:28
Guffa18-Jan-06 11:28 
GeneralRe: problem when starting application automatically Pin
hvtin20-Jan-06 8:36
hvtin20-Jan-06 8:36 
QuestionSenders and Implementors? Pin
zopiro18-Jan-06 10:39
zopiro18-Jan-06 10:39 
QuestionHow to use Crystal report Driver to access Act! database. Pin
eynkram18-Jan-06 10:21
eynkram18-Jan-06 10:21 
QuestionHow to get browser bookmark or my favorite ? Pin
Yeast2718-Jan-06 9:39
Yeast2718-Jan-06 9:39 
AnswerRe: How to get browser bookmark or my favorite ? Pin
CWIZO18-Jan-06 9:44
CWIZO18-Jan-06 9:44 
GeneralRe: How to get browser bookmark or my favorite ? Pin
Yeast2718-Jan-06 11:10
Yeast2718-Jan-06 11:10 
AnswerRe: How to get browser bookmark or my favorite ? Pin
CWIZO18-Jan-06 11:42
CWIZO18-Jan-06 11:42 
GeneralRe: How to get browser bookmark or my favorite ? Pin
Yeast2719-Jan-06 5:16
Yeast2719-Jan-06 5:16 
QuestionChanging the font color of a TextDocument of a VS add-in Pin
the_traveller18-Jan-06 9:11
the_traveller18-Jan-06 9:11 
QuestionValidate when erasing a contact in office outlook programming with VS 2005 Pin
lildan18-Jan-06 8:30
lildan18-Jan-06 8:30 
AnswerRe: Validate when erasing a contact in office outlook programming with VS 2005 Pin
Christian Graus18-Jan-06 9:10
protectorChristian Graus18-Jan-06 9:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.