RSA Encryption using aspnet_regiis

♀尐吖头ヾ 提交于 2021-02-08 09:15:51

问题


Hi I tried to encrypt my connectionString in webconfig using aspnet_regiis -pe "connectionStrings" -app "/MyApplication"

I want to ask which key is used to encrypt my connection string, because here I ommited the provider parameter. Is there anyway to check it?

Thanks before


回答1:


to decrypt your web.config you just need to use aspnet_regiis again with -pd key:

aspnet_regiis -pd connectionStrings -app /MyApplication


来源:https://stackoverflow.com/questions/36150555/rsa-encryption-using-aspnet-regiis

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!