Encrypting config files for deployment .NET

前端 未结 2 1191
囚心锁ツ
囚心锁ツ 2021-01-16 21:38

I have a windows service that reads from app.config

I want some settings to be encrypted, however, I don\'t want to use the ProtectedConfigurationProvider classes pr

2条回答
  •  不要未来只要你来
    2021-01-16 22:03

    Perhaps your central server can maintains a database of the private keys for all the end points, then it could use the specific machine key for that.

    A shared private key for all the machines is not going to be that secure.

提交回复
热议问题