Encryption Overview
Kerberos uses encryption with shared secret keys to protect the security of tickets when they go over the network
A message encrypted with a key can only be decrypted with the same key.
E( Message , Key ) ? Encrypted Message
D( Encrypted Message, Key ) ? Message