True or False: The MAC is appended to the message when sent.
True
True or False: The plaintext of the message serves as its authenticator
False
What is the principal object of a hash function?
A: Data integrity
B: Data confidentiality
C: Data encryption
True or False: Private/secret/ single key cryptography traditionally uses one key
True
Which of the following is not a misconception about public key encryption?
A) It is more secure than symmetric encryption
B) It has made symmetric encryption obsolete
C) It is the most significant advance in cryptography in 3000 years
D) Key distribution is trivial
True or False: It is infeasible to determine the private key from the public
True
What is the purpose of asymmetric keys?
A) To store passwords securely
B) To perform complementary operations, such as encryption and decryption
C) To generate random numbers for cryptographic functions
D) To create symmetric encryption algorithms
What does a Public Key Certificate represent?
A) A key that can encrypt and decrypt data using the same algorithm
B) A digital document issued by a Certification Authority that binds a subscriber to a
public key
C) A method to securely store private keys offline
D) A way to generate private keys automatically
,True or False: The certificate indicates that the subscriber identified in the certificate
has sole control and access to the corresponding private key.
True
Which of the following is true about a Public Key (Asymmetric) Cryptographic
Algorithm?
A) The public and private keys are identical
B) It uses a single key for both encryption and decryption
C) Deriving the private key from the public key is computationally infeasible
D) It relies on random number generation for security
What is a Public Key Infrastructure (PKI)?
A) A cryptographic algorithm for encrypting and decrypting data
B) A physical structure for securely storing public keys
C) A set of policies and processes for administering certificates and public-private key
pairs
D) A method for generating symmetric keys dynamically
What does a Certification Authority (CA) do in the context of a Public Key
Certificate?
A) It signs the digital document that binds a public key to its owner
B) It encrypts the private key with the public key
C) It creates asymmetric keys for users automatically
D) It stores both public and private keys for subscribers
True or False: Public-key encryption is inherently more secure from cryptanalysis than
symmetric encryption.
False
True or False: Public-key encryption has completely replaced symmetric encryption in
all use cases.
False
Which of the following accurately describes a reality of public-key encryption?
A) It eliminates all complexities related to key distribution.
B) It complements symmetric encryption but does not replace it entirely.
C) It is always faster than symmetric encryption for encrypting large data sets.
D) It guarantees cryptographic security without further considerations.
What is a misconception regarding key distribution in public-key encryption?
A) Key distribution is more complex in public-key encryption than symmetric encryption.
,B) Key distribution in public-key encryption is trivial compared to symmetric encryption.
C) Public-key encryption requires no key distribution at all.
D) Public-key encryption uses symmetric encryption for key distribution.
Which of the following is an application for public-key cryptosystems?
A) Encryption/decryption
B) Digital signature
C) Key exchange
D) All of the above
True or False: Symmetric encryption remains relevant despite the existence of public-
key encryption.
True
True or False: Public-key cryptography is called asymmetric because the same key is
used for encryption and decryption.
False
What makes it infeasible to determine the private key from the public key in
public-key cryptography?
A) The keys are stored in secure hardware.
B) The keys are generated using random algorithms.
C) The mathematical relationship between the keys makes it computationally infeasible.
D) Public keys are constantly changing.
What can the private key in public-key cryptography be used for?
A) Encrypting messages and verifying signatures
B) Storing digital certificates
C) Both encrypting and decrypting messages
D) Decrypting messages and signing signatures
True or False: A requirement of public-key cryptosystems is that it is
computationally easy for the sender knowing the private key and the message to
generate the corresponding ciphertext
False
True or False: Whitfield Diffie and Martin Hellman received the Turing Award in 2016
for their contributions to public-key cryptography.
True
True or False: Keys can be applied in any order in public-key cryptosystems.
True
, Which of the following is the readable message or data that serves as input to a
public-key encryption algorithm?
A) Ciphertext
B) Public key
C) Plaintext
D) Encryption algorithm
What is the purpose of the encryption algorithm in a public-key encryption
scheme?
A) To transform plaintext into ciphertext
B) To decrypt messages back into plaintext
C) To generate public and private keys
D) To securely store the keys
What is ciphertext in the context of public-key encryption?
A) The original readable message that is encrypted
B) The scrambled message produced as output
C) The algorithm used to encrypt and decrypt messages
D) The mathematical operation that generates keys
True or False: The public key in a public-key encryption scheme is used only
for decryption.
False
Which ingredient of a public-key encryption scheme is responsible for reversing
the transformations applied to the plaintext?
A) Encryption algorithm
B) Ciphertext
C) Decryption algorithm
D) Private key
What were the two key issues that public-key cryptography was developed to
address?
A) Cryptanalysis and algorithm efficiency
B) Key distribution and digital signatures
C) Faster encryption and decryption times
D) Eliminating the need for cryptographic algorithms
Who are credited with the public invention of public-key cryptography in 1976?
A) Whitfield Diffie and Martin Hellman