Hi,
We are working on many products that are being published at our customers. But if you publish a C# application, all the dll's can be decompiled using reflector or some sort.
I was wondering if there is an easy way to encrypt our dll's when publishing. This way we can publish our dll's without having to worry about our clients decompiling our code.
Kind regards, Sem
ps: if it's possible to integrate this within visual studio that would be awesome.
EDIT: Sorry about the double post, I didn't know it was called "obfuscation".