Multiple choice What is a Brute Force attack in Cyber Security Physically breaking into a secure repository to steal information Trying all possible combos & permutations until the right guess works randomly guessing based on probability for the right answer Using a logarithmic algorithm to reduce the # of guesses Reveal answer Fill a bubble to check yourself B Correct answer Explanation A brute force attack is a trial-and-error method used to decode encrypted data, such as passwords, by systematically checking all possible combinations until the correct one is found.