decrypting cypher value in web.config

ItespactewalI

New Member
I have an asp.net web site with connection string in external config file like this:and external file looks like this:\[code\]<connectionStrings configProtectionProvider="DataProtectionConfigurationProvider"> <EncryptedData> <CipherData> <CipherValue> some long string here</CipherValue> </CipherData> </EncryptedData></connectionStrings>\[/code\]I want to decrypt it. Please suggest me how to do it ?
 
Back
Top