How Kerberos Authentication Works
Reading Time: 6 minutes What is Kerberos? Kerberos is an authentication protocol for client/server applications. This protocol relies on a combination of private key encryption and access tickets to safely verify user identities. The main reasons for adopting Kerberos are: Plain text passwords are never sent across an insecure network. Every login has three stages of authentication. Encryption protects all access keys and tickets. Authentication is mutual, so both users Continue Reading