這裏是我做的:.NET web.config加密失敗!
//First delete
aspnet_regiis -pz MyKeyName
//Create the container
aspnet_regiis -pc MyKeyName -exp
//Install the key into a machine-level RSA key provider
aspnet_regiis -pi MyKeyName pathToKeyFile
//Encrypt
aspnet_regiis -pef "connectionStrings" -prov pathToWebConfigFile
//So that's all good so far. If I want I can now decrypt which runs just fine on the same machine:
aspnet_regiis -pdf "connectionStrings"
我現在採取加密的文件,並把它帶到另一臺機器上安裝裝配相同的密鑰(使用ASPNET_REGIIS -PX「MyKeyName」「C出口我的鑰匙了:\ MyKeyName .xml「-pri)。
現在,當我運行相同的解密命令我得到一個錯誤「解密失敗...壞的數據...」
我錯過了什麼???
你好,你有解決這個問題嗎?已經有3年了。 – Haminteu 2014-08-28 08:32:51