I constantly have to do little 10-line code snippets for customer websites. Other people in my office are now asking me to put the code in DLLs, as the code sometimes contains a password for a 3rd party webservice, or something else of similar security. Is it actually any more secure if compiled to a DLL?
I constantly have to do little 10-line code snippets for customer websites. Other people
Share
No. It’s classic security by obscurity and can be easily revealed in a decompiler.