Question

How can I encrypt dll so its code won't be visible in Reflector?

Was it helpful?

Solution

You can always obfuscate your code to make it harder to understand, but never encrypt it at all.

Google for "dot net obfuscator".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top