199k views
3 votes
Timur was making a presentation regarding how attackers break passwords. His presentation demonstrated the attack technique that is the slowest yet most thorough attack that is used against passwords. Which of these password attacks did he demonstrate?

A. Dictionary attack
B. Hybrid attack
C. Custom attack
D. Brute force attack

User Hagar
by
4.9k points

1 Answer

2 votes

Answer:

D. Brute force attack

Step-by-step explanation:

A Brute Force Attack is the fastest way of accessing a website or database (or whatsoever secured by a password). It attempts repeatedly different combinations of usernames and passwords till it breaks in.

This repeated behavior is just like an enemy that attacks a fort.

Optionally, using a key derivation function, the attacker can try to guess the key generally created from the password. This is known as an exhaustive key search.

User Blackpen
by
5.4k points