nerdexam
CompTIA

SY0-301 · Question #701

Which of the following uses both a public and private key?

The correct answer is A. RSA. RSA is an asymmetric encryption algorithm that uses a key pair: a public key (shared openly) for encryption and a private key (kept secret) for decryption. AES is a symmetric algorithm using a single shared key. MD5 and SHA are cryptographic hash functions, not encryption…

General security concepts

Question

Which of the following uses both a public and private key?

Options

  • ARSA
  • BAES
  • CMD5
  • DSHA

How the community answered

(67 responses)
  • A
    91% (61)
  • B
    4% (3)
  • C
    1% (1)
  • D
    3% (2)

Explanation

RSA is an asymmetric encryption algorithm that uses a key pair: a public key (shared openly) for encryption and a private key (kept secret) for decryption. AES is a symmetric algorithm using a single shared key. MD5 and SHA are cryptographic hash functions, not encryption algorithms - they produce one-way digests and use no keys for encryption/decryption.

Topics

#RSA#asymmetric encryption#public key cryptography#key pairs

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice