SSCP · Question #593
What kind of Encryption technology does SSL utilize?
The correct answer is B. Hybrid (both Symmetric and Asymmetric). SSL (Secure Sockets Layer) uses a hybrid encryption model. During the handshake phase, asymmetric (public key) cryptography is used to authenticate the server and securely exchange or negotiate a symmetric session key. Once the session key is established, all subsequent data is…
Question
What kind of Encryption technology does SSL utilize?
Options
- ASecret or Symmetric key
- BHybrid (both Symmetric and Asymmetric)
- CPublic Key
- DPrivate key
How the community answered
(36 responses)- B94% (34)
- C3% (1)
- D3% (1)
Explanation
SSL (Secure Sockets Layer) uses a hybrid encryption model. During the handshake phase, asymmetric (public key) cryptography is used to authenticate the server and securely exchange or negotiate a symmetric session key. Once the session key is established, all subsequent data is encrypted using fast symmetric encryption. This design leverages the security of asymmetric cryptography for key exchange and the performance of symmetric cryptography for bulk data transfer.
Topics
Community Discussion
No community discussion yet for this question.