CISSP-ISSAP · Question #233
Which of the following methods of encryption uses a single key to encrypt and decrypt data?
The correct answer is B. Symmetric. Symmetric encryption uses a single shared key for both encrypting and decrypting data, making it fast and efficient for bulk data transfer (AES is a common example). Asymmetric encryption (A) uses a pair of keys - a public key to encrypt and a private key to decrypt - so it's the
Question
Which of the following methods of encryption uses a single key to encrypt and decrypt data?
Options
- AAsymmetric
- BSymmetric
- CS/MIME
- DPGP
How the community answered
(37 responses)- A3% (1)
- B89% (33)
- C5% (2)
- D3% (1)
Explanation
Symmetric encryption uses a single shared key for both encrypting and decrypting data, making it fast and efficient for bulk data transfer (AES is a common example). Asymmetric encryption (A) uses a pair of keys - a public key to encrypt and a private key to decrypt - so it's the opposite of what's described. S/MIME (C) and PGP (D) are both email encryption standards that actually use asymmetric (and symmetric) techniques underneath, but they are protocols/standards, not encryption methods themselves.
Memory tip: Think "symmetric = same" - one key, used the same way in both directions, just like symmetrical shapes look the same on both sides.
Topics
Community Discussion
No community discussion yet for this question.