Complete the sentence to define a brute force attack.
A brute force attack tries every possible [1] until the correct one is found.A brute force attack systematically tries every possible password until it finds the right one.
Complete the sentence to explain what a dictionary attack uses.
A dictionary attack uses a list of common [1] to guess passwords quickly.A dictionary attack tries passwords from a list of common or likely passwords, called a dictionary.
Fix the error in the sentence about brute force attacks.
Brute force attacks guess passwords by trying [1] possible combinations systematically.Brute force attacks try all possible combinations systematically, not randomly or partially.
Fill both blanks to describe a key difference between brute force and dictionary attacks.
Brute force attacks try [1] combinations, while dictionary attacks try [2] from a list.
Brute force attacks try all possible combinations, while dictionary attacks try words from a predefined list.
Fill all three blanks to complete the sentence about preventing these attacks.
To protect against brute force and dictionary attacks, use [1], [2], and [3] passwords.
Using long, complex, and unique passwords makes it much harder for attackers to guess them.