Bird
0
0

Why is it risky to leave default security keys (AUTH_KEY, SECURE_AUTH_KEY, etc.) unchanged in wp-config.php?

hard📝 Conceptual Q10 of 15
Wordpress - WordPress Settings and Configuration
Why is it risky to leave default security keys (AUTH_KEY, SECURE_AUTH_KEY, etc.) unchanged in wp-config.php?
ABecause keys control the site's theme appearance
BBecause default keys are publicly known and weaken site security
CBecause keys speed up database queries
DBecause keys enable automatic plugin updates
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of security keys

    Security keys protect user sessions and cookies by adding encryption.
  2. Step 2: Recognize the risk of default keys

    Default keys are public and can be exploited by attackers to hijack sessions.
  3. Final Answer:

    Because default keys are publicly known and weaken site security -> Option B
  4. Quick Check:

    Change keys to secure site sessions [OK]
Quick Trick: Always replace default security keys with unique ones [OK]
Common Mistakes:
MISTAKES
  • Thinking keys affect theme or speed
  • Assuming keys control plugin updates
  • Ignoring importance of unique keys

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes