Public Key Cryptosystems

Question 1
Marks : +2 | -2
Pass Ratio : 100%
PGP system uses
Private key system
Public key system
Private & Public key system
None of the mentioned
Explanation:
Pretty good privacy system uses both private key and public key based systems.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Private key algorithm is used for _____ encryption and public key algorithm is used for _____ encryption.
Messages, session key
Session key, messages
Can be used for both
None of the mentioned
Explanation:
Private key algorithm is used for encryption of messages and public key algorithm is used for encryption of session keys.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
The substitution of the letters are done
Serially
Parallel way
Serially & Parallel way
None of the mentioned
Explanation:
The substitution part of the encryption scheme is performed in parallel on small segment of the blocks.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
In cipher feedback method, encryption is done on
Single individual bits
Characters
Single individual bits & Characters
None of the mentioned
Explanation:
In cipher feedback method, single individual bits are encrypted rather than characters and this leads to stream encryption.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Pretty good privacy program is used for
Electronic mails
File encryption
Electronic mails & File encryption
None of the mentioned
Explanation:
Pretty good privacy (PGP) privacy program is used for both electronic mails and file encryption.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
In a trapdoor function, the functions are easy to go in
One direction
Two directions
All directions
None of the mentioned
Explanation:
A trapdoor is a one way function. Such functions can go easily in only one direction.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
In stream encryption, the key sequence repeats itself.
True
False
Explanation:
In stream encryption, random key-stream is used. The key sequence never repeats.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Public key cryptosystem uses same key for both encryption and decryption.
True
False
Explanation:
Public key cryptosystem uses different keys for encryption and decryption.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which are called the block ciphers?
IDEA
CAST
Triple-DES
All of the mentioned
Explanation:
Some of the examples of block codes are triple-DES, CAST and IDEA.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
For n input bits the number of substitution patterns are
2n
(2n)!
1/2n!
2n!
Explanation:
For n input bits the total number of possible substitution or connection patterns are (2n)!.