我有一个asp.net网站,在外部配置文件中有连接字符串,如下所示:
和外部文件如下所示:
<connectionStrings configProtectionProvider="DataProtectionConfigurationProvider">
<EncryptedData>
<CipherData>
<CipherValue> some long string here</CipherValue>
</CipherData>
</EncryptedData>
</connectionStrings>
我想解密它。请建议我怎么做?