0
Posted on 1:49 AM by Softminer and filed under , , ,

Obfuscated code is source or machine code that has been made difficult to understand.

in other words its a way to encode the source code that would not be easy to decode. there is a famous free tool called .NET reflector which give the possibility to open compiled DLL or even EXE files of .NET project and see the source code.

to avoid this we have to obfuscate the source code.

Eazfuscator.NET
Eazfuscator.NET is a free obfuscator for .NET platform. The main purpose of obfuscator is to protect intellectual property of the software.

Skater .NET obfuscator
Skater .NET obfuscator is designed for both (x86 and x64) operating system platforms.

.NET Reactor
.NET Reactor is a powerful .NET code protection & licensing system which assists developers in protecting their .NET software.


for more discussion visit here
0
Responses to ... How to obfuscate (Encrypt) .NET Source Code