I am trying to understand what's the actual difference between SSL and Kerberos authentications, and why sometimes I have both SSL traffic and Kerberos. Or does Kerberos use SSL in any way?
Anyone could help? Thank you!
While SSL uses public-key encryption. Kerberos is not patented; therefore, it provides free services and is open-source software. SSL is patented; hence, it does not provide free services. Kerberos is executed in Microsoft products like Windows 2000, Windows XP, and so on.
Kerberos authentication is a multistep process that consists of the following components: The client who initiates the need for a service request on the user's behalf. The server, which hosts the service that the user needs access to. The AS, which performs client authentication.
Kerberos has three parts: a client, server, and trusted third party (KDC) to mediate between them. Clients obtain tickets from the Kerberos Key Distribution Center (KDC), and they present these tickets to servers when connections are established.
SSL uses public key cryptography:
Kerberos does not use public key cryptography. It uses a trusted 3rd party. Here's a sketch:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With