Asymmetric encryption uses a mathematically related public key and private key pair. The major benefit is that parties can exchange data securely without both sides sharing the same private secret in advance. A public key can be distributed openly, while the private key remains protected by its owner. This supports secure key exchange, digital signatures, authentication, and confidentiality in protocols such as TLS and PKI-based systems. Identical keys are used in symmetric encryption, not asymmetric encryption. A shared secret key is also a symmetric encryption concept. Asymmetric encryption is generally slower than symmetric encryption, so option C is incorrect. Security+ expects candidates to distinguish asymmetric key pairs from symmetric shared-secret encryption.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit