_____ are symmetric keys to encrypt and decrypt information exchanged during the session and to verify its integrity.
A. Encrypted signatures
B. Session keys
C. Digital certificates
D. Digital digests
Answer: B. Session keys
Computer Science & Information Technology
You might also like to view...
When using Word's order of operations, subtraction is performed before division
Indicate whether the statement is true or false
Computer Science & Information Technology
The __________ method parses a string s to a double value.
a. double.parseDouble(s); b. Double.parsedouble(s); c. double.parse(s); d. Double.parseDouble(s);
Computer Science & Information Technology