CompTIA Security+ (SY0-601) — Question 819
Which of the following secure coding techniques makes compromised code more difficult for hackers to use?
Answer options
- A. Obfuscation
- B. Normalization
- C. Execution
- D. Reuse
Correct answer: A
Explanation
Obfuscation is effective in making code less readable and more challenging for attackers to understand and exploit. The other options, such as Normalization, Execution, and Reuse, do not specifically address the security of the code in a way that increases its resistance to hacking attempts.