Hi,
I am attempting to encrypt the connection string to/from my database server. I cannot seem to find guidance on where [what directory] to place the CA certificate. I am working with a Windows Form application that call to the data store. Any assistance will be appreciated.
Software/Hardware used:
ASKED:
January 15, 2009 5:17 PM
UPDATED:
January 29, 2009 9:14 PM
Yeah, you have to ask yourself what you’re trying to accomplish. I’d be willing to be that someone could get into your data at rest more easily than they could your data in transit.
Check out the following two articles I wrote for some more thoughts on this:
Securing data at rest vs. data in transit
http://searchstorage.techtarget.com/tip/1,289483,sid5_gci1116263_mem1,00.html
How insiders hack SQL databases with free tools and a little luck
http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1316271_mem1,00.html
Hope this helps!