I just want to know if digital certificates use the kerberos session key algorithm.
Tell me more
×
IT Security Stack Exchange is a question and answer site for
IT security professionals. It's 100% free, no registration required.
|
No they are very different in the most basic sense. Kerberos uses tokens for authentication built using a symmetric cipher. SSL allows you to pass secret data between two machines and uses asymmetric cryptography for authentication. It is possible to use kerberos and ssl together, but it is less common. |
|||
|
|