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. Hash Digest Code
B. Private Key
C. Shared Symmetric Token
D. Public Key
Answer: Option B
Solution (By JKSSB Mock Tests)
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).

Discuss this Question (0)

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

Practice More Cyber Security Questions

Question #1
Which defensive security tool intercepts client network calls, masking internal infrastructure topologies while filtering outbound requests for web safety configurations?
A. Proxy Server / Reverse Proxy
B. Stateful Packet Matrix
C. Intrusion Detection Loop
D. Virtual Private Network

Correct Answer: Option A


Explanation:
Proxy servers intercept and forward requests between networks, masking internal infrastructure topologies and filtering incoming web traffic.

This question belongs to: Computer Cyber Security
Question #2
What type of software exploit injects malicious SQL scripts into database input entry boxes, allowing attackers to download entire customer record directories illegally?
A. Denial of Service Loop
B. SQL Injection
C. Cross-Site Scripting
D. Buffer Overflow Exploit

Correct Answer: Option B


Explanation:
SQL injection executes arbitrary database commands by inserting malicious SQL code statements into unvalidated input fields.

This question belongs to: Computer Cyber Security
Question #3
What is the role of a network firewall?
A. To detect and remove viruses
B. To provide backup services
C. To increase network speed
D. To block unauthorized access while permitting authorized communications

Correct Answer: Option D


Explanation:
A network firewall controls incoming and outgoing network traffic based on security rules, allowing authorized traffic and blocking unauthorized access.

This question belongs to: Computer Cyber Security