Multiple choice technology security

Hard Coding credentials

  1. Cannot be treated as a secure practice

  2. Is a good way to hide passwords from hackers

  3. Is perfectly fine for internal applications

  4. Is perfectly fine for external user facing applications

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

Hardcoding credentials cannot be treated as a secure practice because they are stored in plain text or easily decompilable code, exposing them to anyone with source access. Distractors suggesting it hides passwords, or is acceptable for internal or external facing applications, violate fundamental credential management principles.