Which of the following is true about asymmetric encryption algorithms?
A. they use a secret key
B. the same key is used to encrypt and encrypt data
C. the performance is slower than with symmetric algorithms
D. it is the most commonly used form of encryption
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the following is the syntax to declare the operator function operator[] as a member function of a class for nonconstant arrays?
A. Type& []operator(int index); B. Type operator[](int index); C. Type& operator[](int index); D. Type [](int index);
Computer Science & Information Technology
An anonymous enumerated type is an enumerated type declared without a name.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology