InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a type of traditional cipher?(a) Substitution cipher(b) Transpositioncipher(c) Mono alphabetic cipher(d) PKCS cipherI had been asked this question during an interview.Enquiry is from Cryptography in portion Cryptography of Data Structures & Algorithms II |
|
Answer» RIGHT option is (d) PKCS CIPHER The best I can explain: There are two types of the TRADITIONAL cipher. One is transposition cipher and the other is SUBSTITUTION cipher. Whereas PKCS is a modern ASYMMETRIC cipher. |
|