Code and Symbol Obfuscation in .NET Assemblies

Obfuscation is the process of turning meaningful strings into random strings of letters or numbers. Using Sentinel LDK Envelope, you can apply obfuscation as an anti-reverse engineering security measure.

By default, all symbol names in the protected .NET assembly are obfuscated as part of the protection process. In addition, you can choose to obfuscate the entire code of a selected method. Since code obfuscation may slow the performance of your program, it is not selected by default.

You can apply Code obfuscation to a method regardless of whether it is selected for protection in the Methods selected for protection list.