Network Security
Question 1 |
Encryption: X’s private key followed by Y’s private key; Decryption: X’s public key followed by Y’s public key | |
Encryption: X’s private key followed by Y’s public key; Decryption: X’s public key followed by Y’s private key | |
Encryption: X’s public key followed by Y’s private key; Decryption: Y’s public key followed by X’s private key | |
Encryption: X’s private key followed by Y’s public key; Decryption: Y’s private key followed by X’s public key |
Discuss it
Question 2 |
Encryption: X’s private key followed by Y’s private key; Decryption: X’s public key followed by Y’s public key | |
Encryption: X’s private key followed by Y’s public key; Decryption: X’s public key followed by Y’s private key | |
Encryption: X’s public key followed by Y’s private key; Decryption: Y’s public key followed by X’s private key | |
Encryption: X’s private key followed by Y’s public key; Decryption: Y’s private key followed by X’s public key |
Discuss it
Question 3 |
I. M’= Me mod n
M = (M’)d mod n
II. ed ≡ 1 mod n
III. ed ≡ 1 mod f(n)
IV. M’= Me mod f(n)
M = (M’)d mod f(n)
Which of the above equations correctly represent RSA cryptosystem?
I and II | |
I and III | |
II and IV | |
III and IV |
Discuss it
Encrypted-Text = (Plain-Text)e mod n Plain-Text = (Encrypted-Text)d mod nIII is true because below is true
d-1 = e mod ϕ(n) OR ed = 1 mod ϕ(n)
Question 4 |
(P) RSA (Q) SHA-1 (R) DES (S) MD5
P and R only | |
Q and R only | |
Q and S only | |
R and S only |
Discuss it
- RSA – It is an algorithm used to encrypt and decrypt messages.
- SHA 1 – Secure Hash Algorithm 1, or SHA 1 is a cryptographic hash function. It produces a 160 bit (20 byte) hash value (message digest).
- DES – Data Encryption Standard, or DES is a symmetric key algorithm for encryption of electronic data.
- MD5 – Message Digest 5, or MD5 is a widely used cryptographic hash function that produces a 128 bit hash value (message digest).
Question 5 |
2N | |
N(N – 1) | |
N(N – 1)/2 | |
(N – 1)2 |
Discuss it
Question 6 |
Sender encrypts using receiver’s public key | |
Sender encrypts using his own public key | |
Receiver decrypts using sender’s public key | |
Receiver decrypts using his own public key |
Discuss it
Question 7 |
A | |
B | |
C | |
D |
Discuss it
This solution is contributed by Shashank Shanker khare.Question 8 |
Anarkali’s public key. | |
Salim’s public key. | |
Salim’s private key. | |
Anarkali’s private key. |
Discuss it
Question 9 |
Both are false | |
Statement (i) is true and the other is false | |
Statement (ii) is true and the other is false | |
Both are true |
Discuss it
Injective Function:
A function F(X) is said to be injective if it has one-to-one mapping. Statement 1: Hash function is an injective function Statement 2: DES Encryption technique performs a permutation on the elements of its input alphabet
1) Generally, a hash function H(X) is mapping from a larger set to a predefined output set For example, let H(X) = (X)%5 The above function H(X) is not injective because Let X1 = 10, X2 = 15 H(10) = H(15) = 0 As the output of H(X1) = H(X2) where X1!= X2 => H(X) is many-to-one function. Statement 1 is false.
2) In DES encryption scheme, it performs P-Box permutation. Statement 1 is false, Statement 2 is true.
This solution is contributed by Anil Saikrishna Devarasetty.
Question 10 |
5 | |
8 | |
12 | |
16 |
Discuss it

