简单的WebConfig加密 连接字符加密解密
加密:
aspnet_regiis.exe -pef "connectionStrings" "C:\petshop4.0\web"
解密:
aspnet_regiis.exe -pdf "connectionStrings" "C:\petshop4.0\web"
命令:
cmd
输入上面的命令就行了
加密:
aspnet_regiis.exe -pef "connectionStrings" "C:\petshop4.0\web"
解密:
aspnet_regiis.exe -pdf "connectionStrings" "C:\petshop4.0\web"
命令:
cmd
输入上面的命令就行了