How to Use Dotfuscator to encrypt. Net obfuscated code, dotfuscator.net
Obfuscation code can be stolen to some extent to protect our intellectual property rights.
1. Open vs2012 and select tool> Dotfuscator Software Services.
2. Select the DLL file you want to confuse.
3. Select the output path
4. Run dotfuscator to generate obfuscation code
Net Software Encryption. Which of the following is better for encryption locks? Can obfuscation code be implemented?
The common code obfuscator only converts private fields and variables into random codes. If it is a small program, you can also guess. If it is a large program, it won't be easy to guess. The most advanced aspect is obfuscation into unreadable characters. Such obfuscation code is simply more difficult than machine code, and basically cannot be translated.
However, these obfuscators have certain risks, that is, the obfuscated code cannot be called normally.
Recommendation:. NET Reactor
In ASPNet, how can I use obfuscation encryption to protect my source code?
In fact, it is not necessary to protect the code.
Like. net, the cs file is actually converted into a dll
The file is ready. You can find the desired result by checking the conversion method or searching on the website.
Now we write a lot of things, but we have not been able to keep them confidential. What we write now is very general... unless you write things that take into account many security factors, you need to consider more...