SY0-301 · Question #11
SY0-301 Question #11: Real Exam Question with Answer & Explanation
The correct answer is C: Password cracker. A password cracker is the best tool for auditing password complexity because it actively attempts to break passwords using techniques like dictionary attacks, brute force, and rainbow tables. If a password cracker can quickly crack a user's password, it reveals that the password
Question
Options
- APassword history
- BPassword logging
- CPassword cracker
- DPassword hashing
Explanation
A password cracker is the best tool for auditing password complexity because it actively attempts to break passwords using techniques like dictionary attacks, brute force, and rainbow tables. If a password cracker can quickly crack a user's password, it reveals that the password is too weak or simple. This gives a security administrator real-world evidence of which passwords fail complexity standards. Password history (A) only tracks previously used passwords. Password logging (B) records password usage but doesn't evaluate strength. Password hashing (D) is a storage mechanism, not an auditing tool.
Community Discussion
No community discussion yet for this question.