Certified Ethical Hacker (CEH v11) — Question 369
Jane is working as a security professional at CyberSol Inc. She was tasked with ensuring the authentication and integrity of messages being transmitted in the corporate network. To encrypt the messages, she implemented a security model in which every user in the network maintains a ring of public keys. In this model, a user needs to encrypt a message using the receiver's public key, and only the receiver can decrypt the message using their private key.
What is the security model implemented by Jane to secure corporate messages?
Answer options
- A. Zero trust network
- B. Secure Socket Layer (SSL)
- C. Transport Layer Security (TLS)
- D. Web of trust (WOT)
Correct answer: D
Explanation
The correct answer is D, Web of trust (WOT), which involves users maintaining their own public keys to facilitate secure communication. Options A, B, and C refer to different security models or protocols that do not specifically utilize a decentralized key management system like WOT for user-to-user message encryption.