Assignment-1 Questions
SET-1:
- Briefly define the monoalphabetic cipher. What is the difference between a monoalphabetic cipher and a polyalphabetic cipher?
- Explain the Play Fair cipher algorithm? Encrypt the message ‘MY BALLOON’ using the key ‘MONACHRY’
- Discuss any four Substitution Technique and list their merits and demerits.
- Explain the DES algorithm with neat sketch.
- Explain about Hill Cipher. Consider the plaintext "paymoremoney" and use the encryption key: K=
Find the cipher text.
SET-2:
- Define Steganography and Hash function.
- Write notes on two basic functions used in encryption algorithms? Also differentiate between public key and private key.
- Identify the attacks on block ciphers. Also define Group and Ring in block ciphers.
- What do you mean by Substitute byte transformation in AES? Which four tasks are performed in each round of AES Cipher?
- How to use Chinese Remainder Theorem to reconstruct integers from their residues modulo functions.
SET-3:
- Explain the followings: (a) Playfair cipher (b) Vernam cipher
- Explain the basic principle of rotor machine.
- Explain in Detail about DES Algorithm
- What are the design parameters of Feistel cipher network?
- Write the difference between ECB and CBC with neat diagram
SET-4:
- Explain the importance of cryptography in the evolution of secure communication with suitable historical examples.
- Differentiate between substitution and transposition techniques in classical cryptography. What is the main difference between a stream cipher and a block cipher?
- What is steganography? How does it differ from cryptography? Explain.
- Explain in detail about AES algorithm
- Explain about Chinese Remainder theorem
SET-5:
- Explain the working principle of the Caesar cipher. Encrypt the text "NETWORK" using a key value of 3.
- Explain the work of a Rotor Machine with a simple example. Show how a single plaintext letter is transformed through multiple rotors into ciphertext.
- Describe the working of a Columnar Transposition Cipher by encrypting the message “CRYPTOGRAPHY IS FUN” using the keyword “NETWORK.” Show column arrangement, transposition steps, and final ciphertext.
- Explain the key expansion round key generation logic used in DES. How do round keys enhance security?
- Explain the structure and working of the Advanced Encryption Standard (AES). Include key sizes, block size, and the role of Sub-Bytes, Shift-Rows, Mix-Columns, and Add-Round-Key operations.
SET-6:
- Compare and Contrast stream ciphers and block ciphers.
- Briefly explain the design principles of block cipher.
- What is the block size used in the Advanced Encryption Standard (AES)? Also state few applications of the Chinese Remainder Theorem (CRT) in cryptography.
- Describe common attacks on block ciphers like brute-force, differential, linear cryptanalysis. Explain how block cipher design principles help resist these attacks.
- Explain the Chinese Remainder Theorem (CRT) with a numerical example. Solve for x in the system: x ≡ 1 (mod 3), x ≡ 2 (mod 4), x ≡ 3 (mod 5).

