CERTIFIED-IN-CYBERSECURITY · Question #13
Which type of key can be used to both encrypt and decrypt the same message?
The correct answer is A. A symmetric key. Symmetric-key algorithms are a class of cryptographic algorithms that use a single key for both encrypting and decrypting of data. Asymmetric cryptography uses pairs of related keys: the public and the corresponding private keys. A message encrypted with the public key can only…
Question
Which type of key can be used to both encrypt and decrypt the same message?
Options
- AA symmetric key
- BA private key
- CAn asymmetric key
- DA public key
How the community answered
(31 responses)- A87% (27)
- B6% (2)
- C3% (1)
- D3% (1)
Explanation
Symmetric-key algorithms are a class of cryptographic algorithms that use a single key for both encrypting and decrypting of data. Asymmetric cryptography uses pairs of related keys: the public and the corresponding private keys. A message encrypted with the public key can only be decrypted by its corresponding private key, and vice versa. The term 'asymmetric key' is not applicable here.
Topics
Community Discussion
No community discussion yet for this question.