What are the differences between dictionary and brute-force attacks?

What will be an ideal response?


A "dictionary attack" is the technique of guessing a secret, such as a key or password, by running through a list of possibilities, often a list of words from a dictionary. This method differs from a "brute force attack" in which all possibilities are tried. The attack works because users often choose passwords that are either taken directly from a dictionary or are easy for the attacker to guess.

Computer Science & Information Technology

You might also like to view...

A(n) ____ is used to assign a value to something (such as the property of a control) while an application is running.

A. assignment statement B. loop statement C. selection statement D. decision statement

Computer Science & Information Technology

If there is no loss of efficiency in importing an entire Java package instead of importing only classes you use into your program, why would you not just import the entire package?

What will be an ideal response?

Computer Science & Information Technology

Construct Element from atomic number

What will be an ideal response?

Computer Science & Information Technology

A color drawing takes up more space on your computer than a black-and-white line drawing

Indicate whether the statement is true or false

Computer Science & Information Technology