解密web.config中的cypher值

时间:2012-10-08 11:29:35

标签: c# asp.net

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

和外部文件如下所示:

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

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

1 个答案:

答案 0 :(得分:1)

如果您有权访问该文件所在的机器,请查看此link