Failed to encrypt the section connectionStrings using provider RsaProtectedConfigurationProvider

17 篇文章 0 订阅
13 篇文章 0 订阅

使用aspnet_regiis.exe加密web.config connectionStrings时奇奇怪怪的错误:

Failed to encrypt the section ‘connectionStrings’ using provider ‘RsaProtectedConfigurationProvider’. Error message from the provider: Object already exits.

检查发现加密默认使用的Key Container不存在。

certutil -key NetFrameworkConfigurationKey
# Exporting an RSA Key Container
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -px "NetFrameworkConfigurationKey" keys.xml -pri

相应的MahineKey也不存在:C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys\d6d9*

建一个,加权限。

# Creating an RSA Key Container
# C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -pc "NetFrameworkConfigurationKey" -exp
# Granting Authority to Access an RSA Key Container
# C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -pa "NetFrameworkConfigurationKey" "NT AUTHORITY\NETWORK SERVICE"

可以看到相应的MahineKey生成出来:C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys\d6d9*

有时候也可能MachineKeys已存在,只是访问权限有问题,加权限之后就表现正常。

icacls C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys\d6d9*

加解密测试,测试目录下放web.config,包含connectionStrings。

# C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -pef connectionStrings C:\test -prov RsaProtectedConfigurationProvider
# C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -pdf connectionStrings C:\test -prov RsaProtectedConfigurationProvider

其他相关命令。

# Importing an RSA Key Container
# C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -pi "NetFrameworkConfigurationKey" keys.xml
# Deleting an RSA Key Container
# C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -pz "NetFrameworkConfigurationKey"
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值