WCF Encryption solution for App.config viewable to a client?

后端 未结 4 1880
我在风中等你
我在风中等你 2020-12-21 21:40

I have a desktop application which contains an App.config (program.exe.config at release) with clearly visible elements which define my WCF endpoints and WCF implementation.

4条回答
  •  伪装坚强ぢ
    2020-12-21 22:03

    I would ideally like to hide this from the users eyes, from simple hacking, view and change.

    You really can't protect against this, because anyone who wants to figure out what it's doing just sets a breakpoint on the WCF Endpoint class constructor then hits "go". No amount of obfuscation will help you there.

提交回复
热议问题