Which of the following is the BEST reason for salting a password hash before it is stored in a database?

A. To prevent duplicate values from being stored
B. To make the password retrieval process very slow
C. To protect passwords from being saved in readable format
D. To prevent users from using simple passwords for their access credentials


Answer: A. To prevent duplicate values from being stored

Computer Science & Information Technology

You might also like to view...

What tag pair is used to create a new paragraph?

a. ``` ``` b. ``` ``` c. ```

``` d. ``` ```

Computer Science & Information Technology

Which of the following statements are correct?

``` a. char[][] charArray = {'a', 'b'}; b. char[2][2] charArray = {{'a', 'b'}, {'c', 'd'}}; c. char[2][] charArray = {{'a', 'b'}, {'c', 'd'}}; d. char[][] charArray = {{'a', 'b'}, {'c', 'd'}}; ```

Computer Science & Information Technology

What are attackers who target critical national infrastructures known as?

a. Ethical hackers b. Crackers c. Cyberterrorists d. Whackers

Computer Science & Information Technology

You can open the Format Cells dialog box by pressing the _____ keys.

A. SHIFT+TAB B. CTRL+1 C. ALT+1 D. SHIFT+F1

Computer Science & Information Technology