I've got an Asp.net Core app which is meant to be run on both Linux and Windows. There are some sensitive data hardcoded in the app's code (e.g. license decrypt key). I can use a resharper (dotPeek for exapmle) to decompile the dll and get the date. How can I prevent my app secrets from being accessed by decompilation?
Asked
Active
Viewed 604 times
1
-
Summary: you can't. – woz Sep 01 '16 at 12:13
-
Top tip - Don't let your server get hacked – Alex Sep 01 '16 at 12:17