Multiple choice technology security

Which of the following can you reveal without compromising the security of the encrypted data

  1. Encrypted data itself

  2. Asymmetric private key

  3. Symmetric key

  4. Asymmetric public key

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In asymmetric cryptography, the public key is designed for distribution and encryption - revealing it doesn't compromise security. Encrypted data itself can be public without weakening the encryption. However, revealing the private key (asymmetric) or symmetric key would allow decryption, breaking confidentiality entirely.