-2

我在外部配置文件中有一个带有连接字符串的 asp.net 网站,如下所示:

外部文件如下所示:

<connectionStrings configProtectionProvider="DataProtectionConfigurationProvider">
  <EncryptedData>
    <CipherData>
      <CipherValue> some long string here</CipherValue>
    </CipherData>
  </EncryptedData>
</connectionStrings>

我想解密它。请建议我怎么做?

4

1 回答 1

1

鉴于您可以访问该文件的来源机器,请查看此链接

于 2012-10-08T11:32:11.207 回答