Question:medium

A user is using an encryption system where a pair of keys is generated. One key is shared publicly, while the other key is kept secret by the owner and is used to decrypt messages or create digital signatures. Which key is being described?

Show Hint

In Asymmetric Encryption: You Encrypt with the Public Key and Decrypt with the Private Key. In Digital Signatures: You Sign with the Private Key and Verify with the Public Key.
Updated On: Jul 4, 2026
  • Public Key
  • Session key
  • Private key
  • Shared key
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0