CNS Assignment 1 2024
CNS Assignment 1 2024
Q.1. Briefly explain the two terms: Information security and Network security.
Q.2. Explain the key objectives associated with computer security.
Q.3. As a security designer list out the challenges to be handled to maintain computer security.
Q24. Using the structure mentioned in Q23 generate the ciphertext (in Hexadecimal form) for the 16
bits plaintext “9AC8” (in Hexadecimal form). Assume the round function as logic AND operation and
the subkeys for round 1, 2, 3 are “34”, “56”, “13” (in Hexadecimal form) respectively.
Q25. State how the inverse initial permutation table is created from initial permutation table.
Q26. In DES
Plaintext = P= 3478AB12405123CB (in Hexadecimal form)
Key = 5123CB3478AB1240 (in Hexadecimal form)
i) Derive K1, the first round sub key.
ii) Calculate first round or first stage output.
Q27. In DES, the 16th round 64 bit output is 123CB3478AB12405 (in Hexadecimal form). Calculate
the 64 bit ciphertext of DES.