Which type of encryption uses public and private keys?

A. symmetric
B. point-to-point
C. asymmetric
D. digital


Answer: C

Computer Science & Information Technology

You might also like to view...

To search the names array for the name "Janey" using a binary search, what should the initial value of low be?

``` var low = 0; var N = 200; var high = 0; var key = "Janey"; var index = 0; var found = 0; ``` a. 0 b. N c. Math.round((N+1)/2) d. 99

Computer Science & Information Technology

________ space(s) should be used after any punctuation mark

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ____ image rotation option flips an image around an imaginary vertical line.

a. Flip Canvas Vertical b. Flip Canvas Horizontal c. 90 degree d. 180 degree

Computer Science & Information Technology

You can press the ____ keys to paste a copied button, as shown in the accompanying figure.

A. CTRL + X B. CTRL + P C. CTRL + V D. CTRL + C

Computer Science & Information Technology