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

后端 未结 4 1886
我在风中等你
我在风中等你 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:07

    I'm guessing option 1 is probably your best bet. That said, I do wonder if it's worth it (assuming you don't have anything really sensitive on the config file, like credentials or anything else). Reason I bring this up is that, if you're concerned about your endpoint URLs and such, well, anyone with very basic tools can figure that out in a few seconds using a network protocol analyzer.

提交回复
热议问题