I know how to use System.Configuration.SectionInformation.ProtectSection
to encrypt and decrypt connection string in app.config
(VS 2010
, C#
, .Net 3.5
), however I suppose that any one who know this method can take the encrypted string and decrypt it, right?
If not, please tell me why. If yes, is there any work around? I searched but could not find any help.