Question:medium

Explain the process of Asymmetric Encryption using public and private keys.

Show Hint

{Public Key = Lock (shared with everyone)}
{Private Key = Key (kept secret)}
Encrypt with public key, decrypt with private key.
Updated On: Mar 2, 2026
Show Solution

Solution and Explanation

Was this answer helpful?
0