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...

Why is it beneficial to use VLSM?

What will be an ideal response?

Computer Science & Information Technology

For single-precision and double-precision operands, the general expression operand_1 == operand_2 should be replaced by this condition:

A. operand_1 - operand_2 < EPSILON B. abs(operand_1 - operand_2) < EPSILON C. operand_2 - operand_1 < EPSILON D. operand_1 - operand_2 >= EPSILON

Computer Science & Information Technology

The process of creating an object from a class template is called generation.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To implement the ____________________ ( ) method, calculate the distances in the x and y directions based on the object's current position, its speed, and its direction.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology