Bird
0
0

You want to improve your WordPress site's security by adding unique authentication keys in wp-config.php. Which approach is best?

hard📝 Application Q15 of 15
Wordpress - WordPress Settings and Configuration
You want to improve your WordPress site's security by adding unique authentication keys in wp-config.php. Which approach is best?
AManually write simple words as keys to remember them easily.
BUse the WordPress.org secret-key service to generate strong keys.
CLeave keys empty to avoid configuration errors.
DCopy keys from another site to save time.
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of authentication keys

    These keys secure cookies and user sessions, so they must be strong and unique.
  2. Step 2: Identify the best way to get strong keys

    WordPress.org provides a secret-key service that generates strong random keys automatically.
  3. Step 3: Avoid weak or reused keys

    Simple words, empty keys, or copying keys from other sites weaken security and risk attacks.
  4. Final Answer:

    Use the WordPress.org secret-key service to generate strong keys. -> Option B
  5. Quick Check:

    Use official key generator for strong unique keys [OK]
Quick Trick: Always use official key generator for security keys [OK]
Common Mistakes:
  • Using easy-to-guess words as keys
  • Leaving keys empty thinking it's safer
  • Reusing keys from other sites

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes