Problem Statement
What does a brute force attack involve?
Explanation
A brute force attack systematically tries every possible combination of passwords until it finds the correct one. It’s a simple but effective method if passwords are weak or short.
Modern attackers use automated tools that can test millions of combinations per second. To defend against brute force attacks, enforce strong password policies, use account lockouts, and implement multi-factor authentication.
