nerdexam
Isaca

CDPSE · Question #160

Which encryption method encrypts and decrypts data using two separate yet mathematically connected cryptographic keys?

The correct answer is C. Asymmetric. Asymmetric encryption, also known as public-key encryption, encrypts and decrypts data using two separate yet mathematically connected cryptographic keys. One key is called the public key and can be shared with anyone, while the other key is called the private key and must be kep

Privacy Architecture

Question

Which encryption method encrypts and decrypts data using two separate yet mathematically connected cryptographic keys?

Options

  • AHashing
  • BPrivate key
  • CAsymmetric
  • DSymmetric

How the community answered

(24 responses)
  • A
    4% (1)
  • C
    92% (22)
  • D
    4% (1)

Explanation

Asymmetric encryption, also known as public-key encryption, encrypts and decrypts data using two separate yet mathematically connected cryptographic keys. One key is called the public key and can be shared with anyone, while the other key is called the private key and must be kept secret. The public key is used to encrypt the data, and only the corresponding private key can decrypt it. Likewise, the private key can be used to sign the data, and only the corresponding public key can verify it. This method provides confidentiality, integrity, authentication and non- repudiation for data.

Topics

#Asymmetric encryption#Public key cryptography#Encryption methods#Cryptographic keys

Community Discussion

No community discussion yet for this question.

Full CDPSE Practice