The Chief Technology Officer (CTO) wants to improve security surrounding storage of customer passwords. The company currently stores passwords as SHA hashes. Which of the following can the CTO implement requiring the LEAST change to existing systems?

A. Smart cards
B. TOTP
C. Key stretching
D. Asymmetric keys


Answer: A. Smart cards

Computer Science & Information Technology

You might also like to view...

Using the statements you wrote in Exercise 2.4, write a complete program that calculates and displays the product of three integers. Add comments to the code where appropriate. [Note: You’ll need to write the necessary using declarations.]

What will be an ideal response?

Computer Science & Information Technology

The syntax of the assignment statement that calls the prompt() function is ____.

A. variableName = prompt("optional default value"); B. variableName = ("prompt text","optional default value"); C. variableName = prompt("prompt text","optional default value"); D. variableName = "prompt text";

Computer Science & Information Technology

The ________ tab provides information about how Windows apps are using the system resources

A) System B) App history C) Resources D) Processes

Computer Science & Information Technology

The job of the ____ component is to process identity information.

A. access manager B. data broker C. password manager D. system records

Computer Science & Information Technology