CISA · Question #611
Which of the following BEST describes the process of creating a digital envelope?
The correct answer is B. A message is encoded using symmetric encryption, and then the encryption key is secured using. Option B is correct because a digital envelope is a two-step hybrid encryption process: the bulk message is encrypted with a fast symmetric key, and then that symmetric key itself is encrypted with the recipient's asymmetric (public) key. The recipient uses their private key to u
Question
Which of the following BEST describes the process of creating a digital envelope?
Options
- AThe encryption key is compressed within a folder after a message is encoded using symmetric
- BA message is encoded using symmetric encryption, and then the encryption key is secured using
- CThe message is hashed, and the hash total is sent using symmetric encryption.
- DA message digest is encrypted using asymmetric encryption, and the encryption key is sent using
How the community answered
(42 responses)- A5% (2)
- B90% (38)
- C2% (1)
- D2% (1)
Explanation
Option B is correct because a digital envelope is a two-step hybrid encryption process: the bulk message is encrypted with a fast symmetric key, and then that symmetric key itself is encrypted with the recipient's asymmetric (public) key. The recipient uses their private key to unwrap the symmetric key, then decrypts the message - combining the speed of symmetric encryption with the secure key exchange of asymmetric encryption.
Why the distractors are wrong:
- A is wrong because "compressing a key in a folder" is nonsensical as a security mechanism - it confuses file archiving with cryptographic key protection.
- C describes a message authentication code (MAC) or integrity check, not a digital envelope - hashing verifies integrity but doesn't provide confidentiality.
- D describes a digital signature (encrypting a message digest/hash with a private key), which proves authenticity, not a digital envelope, which provides confidentiality.
Memory tip: Think of it literally - you put a letter (message, locked with a fast symmetric key) inside an envelope, then seal the envelope with the recipient's public key (asymmetric). Only the recipient can open the outer envelope to retrieve the inner key.
Topics
Community Discussion
No community discussion yet for this question.