Difference between SSL and Kerberos authentication?
SSL uses public key cryptography: You (or your browser) has a public/private keypair The server has a public/private key as well You generate a symmetric session key You encrypt with the server’s public key and send this encrypted session key to the server. The server decrypts the encrypted session key with its private key. You … Read more