An attack method that systematically tries every possible password or key combination until the correct one is found.
Brute force attacks are slow but effective against weak passwords or systems without rate limiting. Defenses include account lockouts, CAPTCHA, multi-factor authentication, and enforcing strong password policies.