Attempting all possible passwords in attempt to guess the correct one is known as________.
a) scripting
b) dictionary attacking
c) brute-force cracking
d) trial and error
c) brute-force cracking
Computer Science & Information Technology
You might also like to view...
As the amount of code increases, so does the likelihood for errors.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The audio file format used with Real Networks RealPlayer is the ________ file type
A) .mpeg B) .ram C) .swf D) .wma
Computer Science & Information Technology
A method's return statement can return one value at most.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
When using the window.confirm() method, if the user hits the Cancel button, ____.
A. a loop will execute B. a value of true is returned C. the dialog box remains open D. a value of false is returned
Computer Science & Information Technology