200-201 · Question #247
What is a benefit of using asymmetric cryptography?
The correct answer is C. secure data transfer. Asymmetric cryptography, also known as public-key cryptography, utilizes a pair of keys--a public key and a private key. This cryptographic system allows for secure communication over insecure channels by ensuring confidentiality, integrity, and authenticity of the data being…
Question
What is a benefit of using asymmetric cryptography?
Options
- Adecrypts data with one key
- Bfast data transfer
- Csecure data transfer
- Dencrypts data with one key
How the community answered
(40 responses)- A3% (1)
- B8% (3)
- C88% (35)
- D3% (1)
Explanation
Asymmetric cryptography, also known as public-key cryptography, utilizes a pair of keys--a public key and a private key. This cryptographic system allows for secure communication over insecure channels by ensuring confidentiality, integrity, and authenticity of the data being transmitted. It enables secure data transfer by allowing parties to encrypt data using a recipient's public key, which can only be decrypted using the corresponding private key held by the intended recipient. This ensures that only the intended recipient can decrypt and access the data, providing a secure means of communication.
Topics
Community Discussion
No community discussion yet for this question.