G
Guest
First, I want to confess I am not security expert by any stretch of the
imagination, but I have been tasked with securing our dB connection
information for our distributed windows applications. Essentially I would
like to store the information in an encrypted XML file, but the problem I
can't solve is how do I protect the key/decryption code. I know I can store
the key within the encrypted file, but anyone who has access to our code
would then have access to the decryption logic. It seems to me anyone with
ildasm or even reflector would be able to view the logic. Am I completely
upside down on this?
Thanks in advance.
imagination, but I have been tasked with securing our dB connection
information for our distributed windows applications. Essentially I would
like to store the information in an encrypted XML file, but the problem I
can't solve is how do I protect the key/decryption code. I know I can store
the key within the encrypted file, but anyone who has access to our code
would then have access to the decryption logic. It seems to me anyone with
ildasm or even reflector would be able to view the logic. Am I completely
upside down on this?
Thanks in advance.