Obfuscator - Crytografy code

  • Thread starter Thread starter junior lopes
  • Start date Start date
J

junior lopes

I work with c#.net and i need a obfuscator to Cryptography the code of
the projects, for nobody can read the code using a reverse engineering.
i would like to know which is the best obfuscator?

Thanks Junior Lopes
 
Apparently, due to the nature of the environment there is no 100%
solution to your problem. Whatever you do a determined cracker will be
able to reverse engineer your code.

To just add a difficulty layer, just use an obsfucator like the one
included in Visual Studio.
 
Back
Top