Multiple choice technology security

What is the best approach to secure a web application?

  1. Use https

  2. Use encryption

  3. Black box testing

  4. Secure coding

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Secure coding practices address vulnerabilities at the root level during development. While HTTPS, encryption, and testing are vital, they are secondary defenses if the code itself is fundamentally insecure.