Shree Swaminarayan Institute of Technology, Bhat: Computer Engineering Department Subject: Information Security (3170720)
Shree Swaminarayan Institute of Technology, Bhat: Computer Engineering Department Subject: Information Security (3170720)
UNIT 2
1. Explain single round of DES algorithm. Support your answer with neat sketches.
4. Describe various steps of AES. Or Elaborate AES encryption with neat sketches.
UNIT 3
1. Discuss Electronic code book and cipher feedback mode with neat diagrams.
4. Explain working of ECB.Why ECB (Electronic code book) is rarely used to encrypt
message?
6. Explain Cipher Block Chaining (CBC) and Electronic Code Book (ECB) block cipher
modes of operation with the help of diagram.
UNIT 4
1. Explain RSA algorithm in detail with suitable example. In a public key cryptosystem
using RSA algorithm, user uses two prime numbers 5 and 7. He chooses 11 as
Encryption key , find out decryption key. What will be the ciphertext, if the plaintext
is 2?
2. In a public key system using RSA, the cipher text intercepted is C=10 which is sent to
the user whose public key is e=5, n=35. What is the plaintext M?
2. For Diffie-Hellman algorithm, two publicaly known numbers are prime number 353
and primitive root of it is 3. A selects the random integer 97 and B selects 233.
Compute the public key of A and B. Also compute common secret key.
UNIT 5
4. Write requirements for hash function and briefly explain simple hash function.
- authentication
- data integrity
UNIT 6