InterviewSolution
Saved Bookmarks
| 1. |
The plaintext message consist of single letters with 5-bit numerical equivalents from (00000)2 to (11001)2. The secret deciphering key is the superincreasing 5-tuple (2, 3, 7, 15, 31), m = 61 and a = 17. Find the ciphertext for the message “WHY”.(a) C= (148, 143, 50)(b) C= (148, 143, 56)(c) C= (143, 148, 92)(d) C= (148, 132,92)I have been asked this question during an online interview.Question is from Overview in chapter Cryptography Overview, TCP/IP and Communication Networks of Cryptograph & Network Security |
|
Answer» Right choice is (a) C= (148, 143, 50) |
|