Question:medium

To create a secure password, one should include:

Show Hint

Think about what makes a password hard to guess.
Updated On: Jan 13, 2026
  • Special characters only
  • Numbers only
  • Small and Capital letters, special characters and numbers
  • Small letters only
Show Solution

The Correct Option is C

Solution and Explanation

A secure password requires complexity and unpredictability. It should incorporate a variety of uppercase and lowercase letters, digits, and symbols. This blend enhances its defense against hacking methods such as brute force or dictionary assaults.

Was this answer helpful?
0