Computer Science, asked by pritishukla, 6 months ago

difference between brute force attack and dicitionary attack in computer​

Answers

Answered by vaibhavi6839
2

Answer:

A brute force attack is when an attacker tries to attempt all possible combinations of a password to gain access to an account. ... A dictionary attack is a type of brute force attack where the attacker, instead of trying all possible combinations, tries password from a dictionary file.

Answered by Anonymous
3

Answer:

A brute force attack is when an attacker tries to attempt all possible combinations of a password to gain access to an account.

A dictionary attack is a type of brute force attack where the attacker, instead of trying all possible combinations, tries password from a dictionary file.

Explanation:

A dictionary attack will be slower than a brute force attack for formats at high speed of recovery of passwords. ... The matter is that reading and preparation of passwords from the file of the dictionary demands much more time, than validation of passwords.

Similar questions