Which cryptographic key mechanism is used to decrypt data that was scrambled using a publicly distributed asymmetric encryption key? MCQ with Answer and Explanation

Which cryptographic key mechanism is used to decrypt data that was scrambled using a publicly distributed asymmetric encryption key?
A. Private Key
B. Hash Digest Code
C. Shared Symmetric Token
D. Public Key
Answer: Option A
Solution (By JKExamLibrary)
Asymmetric cryptography pairs a public key (used by anyone to encrypt data) with a mathematically linked private key (kept secret by the recipient to decrypt the data).

This question belongs to: Computer Cyber Security

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Cyber Security Questions

Question #1 Report Error
What is the purpose of a digital certificate?
A. To speed up data transmission
B. To compress a file
C. To encrypt a message
D. To verify the identity of an entity in a digital communication

Correct Answer: Option D


Explanation:
A digital certificate is an electronic document that uses a digital signature to bind a public key with an identity, verifying the owner's authenticity in online communications.

This question belongs to: Computer Cyber Security
Question #2 Report Error
An attacker uses a network configuration trick to intercept wireless session cookies, letting them access a corporate web account without needing the user's password. This exploit is:
A. SQL Injection Exploit
B. IP Header Spoofing
C. Brute Force Attack
D. Session Hijacking

Correct Answer: Option D


Explanation:
Session hijacking captures live authentication tokens or active session state cookies, enabling attackers to bypass authentication gateways and impersonate victims.

This question belongs to: Computer Cyber Security
Question #3 Report Error
What is the purpose of a VPN in terms of privacy?
A. To block all ads
B. To provide free internet
C. To hide the user's IP address and encrypt internet traffic
D. To increase internet speed

Correct Answer: Option C


Explanation:
A VPN masks the user's IP address and encrypts internet traffic, enhancing online privacy and security by preventing third parties from monitoring online activities.

This question belongs to: Computer Cyber Security