logo

159 Obfuscate code


Summary

The source code must be obfuscated in production environments.


Description

Implementing obfuscation techniques makes it challenging for attackers to reverse engineer the source code. By transforming the code structure and renaming variables, functions, and classes, the obfuscated code becomes harder to read, understand and more resistant to de-compilation.


Supported In

Essential: True

Advanced: True


References


Weaknesses


Last updated

2024/02/09