300-720 · Question #152
300-720 Question #152: Real Exam Question with Answer & Explanation
The correct answer is B: Encrypt the message body using the session key. {"question_number": 8, "question_summary": "Two phases of S/MIME encryption performed by Cisco Secure Email Gateway", "correct_answer": "B and E", "explanation": "S/MIME (Secure/Multipurpose Internet Mail Extensions) uses hybrid encryption. The process has two key phases: (E) Cre
Question
What are the two different phases in the process of Cisco Secure Email Gateway performing S/MIME encryption? (Choose two.)
Options
- AAttach the encrypted public key to the message
- BEncrypt the message body using the session key
- CSend the encrypted message to the sender
- DAttach the encrypted symmetric key to the message
- ECreate a pseudo-random session key.
Explanation
{"question_number": 8, "question_summary": "Two phases of S/MIME encryption performed by Cisco Secure Email Gateway", "correct_answer": "B and E", "explanation": "S/MIME (Secure/Multipurpose Internet Mail Extensions) uses hybrid encryption. The process has two key phases: (E) Create a pseudo-random session key-a one-time symmetric key is generated for each message; and (B) Encrypt the message body using the session key-the actual email content is encrypted with this symmetric session key (symmetric encryption is fast and efficient for bulk data). The session key itself is then encrypted with the recipient's public key and attached to the message. Option D ('Attach the encrypted symmetric key') is part of the process but occurs after E and B. Option A is incorrect because public keys are not encrypted and attached-they are retrieved from a certificate. Option C is wrong because the encrypted message is sent to the recipient, not the sender.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.