Encrypt password in App.config

后端 未结 4 859
渐次进展
渐次进展 2020-11-27 04:21

I want to encrypt the password in connection string. When I make a connection to DB the connection string is openly stored in App.config and I need to find a way to keep onl

4条回答
  •  轮回少年
    2020-11-27 04:40

    Maybe decrypt connection string from your config before application was loaded.

提交回复
热议问题