What is a value that can be used to ensure that plaintext, when hashed, will not consistently result in the same digest?

A. salt
B. initialization vector
C. counter
D. nonce


Answer: A

Computer Science & Information Technology

You might also like to view...

Embedding a file makes it a permanent link to the external file in the InDesign file.

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

Computer Science & Information Technology

Which of the following is an example of a single-outcome selection?

A. If testScore >= 60 Then    Display "That is a passing grade." Else    Display "That is a failing grade." End If B. If hoursWorked > 40 Then    overtimeHours = hoursWorked - 40    overtimePay = overtimeHours * wageRate * 1.5    regularPay = 40 * wageRate    grossPay = regularPay + overtimePay Else    grossPay = hoursWorked * wageRate End If C. If age >= 65 Then    discountRate = 0.10 End If D. Method deposit(Numeric amt)    acctBal = acctBal + amt    Display "The new balance is: $" + acctBal End Method

Computer Science & Information Technology

The main benefit of a CCB is to reinforce management's support for software artifacts and to prioritize the workload.

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

Computer Science & Information Technology

Each processor core on a multi-core processor generally runs at a faster speed than a single-core processor.

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

Computer Science & Information Technology