This term means to scramble, to mix up, to change data in such a way that the wrong people can't read it, but so the right people can unscramble it.
A. authentication
B. authorization
C. encryption
D. nonrepudiation
Answer: C
Computer Science & Information Technology
You might also like to view...
?Identify an attribute selector used to select an element based on its class value.
A. ?class: .intro.elem B. ?elem.class C. ?elem#class D. ?class *elem
Computer Science & Information Technology
What is the worst case performance of the Knuth-Morris-Pratt algorithm?
a. O(n) b. O(n log n) c. O(n^2) d. O(1)
Computer Science & Information Technology