0

I have deployed and hosted my .net application in Docker Container. Now I wanted to apply obfuscation over my code using smart assembly to secure my code. So, just wanted to know is there any way how we can achieve code obfuscation in docker using Smart assembly?

Thanks in advance.

saurabh704
  • 63
  • 6
  • 1
    The same way you'd do it outside of docker. – tkausl Feb 09 '23 at 19:27
  • A commercial product might not allow you to install it inside Docker. And since you only need to deploy the compiled binaries to an image, the actual obfuscation can be done on your local machine. Contact the vendor for more guidance please. – Lex Li Feb 10 '23 at 03:56

0 Answers0