A student says, “We should just use asymmetric encryption for everything since it’s more secure.” Why is this not how real systems typically work?
Two computers are communicating securely over the internet. What is the first step in setting up a secure session?
A user wants to send a large file quickly and securely. Which approach is most appropriate?
What is the main purpose of asymmetric encryption in modern secure communication?
A session key is best described as:
During a secure session, what type of encryption is used to protect most of the data being transmitted?
Why is symmetric encryption preferred for encrypting actual data?
A company uses asymmetric encryption to send a session key. What happens next?
What is a session in secure communication?
A session key is used for how long?
What happens when a session expires?
Why is session expiration important for security?
If no messages are sent for a period of time, what will likely happen to the session?
A developer forgets to expire session keys. What is the biggest risk?
Which of the following correctly describes the order of operations in secure communication?
Which algorithm is an example of asymmetric encryption?
Elliptic Curve Cryptography (ECC) is best described as:
Asymmetric encryption is commonly used in which of the following applications?
A student wants to encrypt a file using a command line tool. Which tool could they use?
What is the purpose of generating a key pair in a command line environment?
A user runs a command to generate a key pair. What will be created?
A file is encrypted using a public key. Which key is needed to decrypt it?
Which command line action would allow a user to share their public key?
A student encrypts a file using a public key but cannot decrypt it. What is the most likely reason?