SSCP · Question #1285
Kerberos uses asymmetric encryption.(True / False)
The correct answer is B. False. Kerberos primarily relies on symmetric-key cryptography, using a shared secret key between the client, server, and Key Distribution Center (KDC) for authentication.
Question
Kerberos uses asymmetric encryption.(True / False)
Options
- ATrue
- BFalse
How the community answered
(30 responses)- A7% (2)
- B93% (28)
Why each option
Kerberos primarily relies on symmetric-key cryptography, using a shared secret key between the client, server, and Key Distribution Center (KDC) for authentication.
True would imply Kerberos uses public/private key pairs for its core operations, which is incorrect; it relies on shared secret keys.
False. Kerberos is fundamentally built upon symmetric-key cryptography, where both the client and the KDC, and the KDC and the target server, share a secret key.
Concept tested: Kerberos encryption type
Source: https://learn.microsoft.com/en-us/windows-server/security/kerberos/kerberos-authentication-overview
Topics
Community Discussion
No community discussion yet for this question.