InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is an example of asymmetric encryption technique?(a) one-time pad(b) one-time password(c) DSA(d) blowfishThis question was addressed to me in examination.Origin of the question is Cryptography in section Cryptography of Data Structures & Algorithms II |
|
Answer» RIGHT answer is (c) DSA The best explanation: Asymmetric cipher makes use of 2 KEYS for the purpose of ENCRYPTION. DSA is an example of asymmetric encryption technique. |
|