I implemented a C # build that checks the license for the application. The problem is to send this to the client so that they can easily find the keys that we use to encrypt the string.
Conclusion
Signing the application is a little painful because several of the components used are neither signed nor compiled. Therefore, we must manually parse and reassemble the snk file. Assembly loading is a chain reaction. I want to clarify that signing is only required to download assemblies directly? Do the assemblies downloaded further from these satellite assemblies also need to be signed?
Obfuscation
The public publication does not really mess up the lines. the code is mostly visible. Should I go for a professional publication?
I am completely new to this. Please, help.
source
share