A __________ is a key-dependent, one-way hash function that allows only specific recipients (symmetric key holders) to access the message digest.

A. signature
B. MAC
C. fingerprint
D. digest


Answer: B

Computer Science & Information Technology

You might also like to view...

Find the error(s) in the following code (the method should assign the value 14 to vari- able result).

``` 1 private void sum() 2 { 3 String number4 = "4"; 4 int number10 = 10; 5 6 int result = number4 + number10; 7 8 } // end method sum ```

Computer Science & Information Technology

Fields that appear to hold multiple values are known as ________

A) compound parameters B) expression fields C) multiexpression fields D) multivalued fields

Computer Science & Information Technology

To begin the process of saving a Word document as a PDF file, click the FILE tab and then click ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Passwords should be changed frequently.

True False

Computer Science & Information Technology