How does the key distribution center (KDC) distribute the session key in symmetric ecryption?
When A communicates with B using third party KDC:
A issues a request to the KDC for a session key; the message includes the identity of A and B and a nonce, N1.
KDC responds with a message encrypted using key (Ka); the message includes th… Continue reading How does the key distribution center (KDC) distribute the session key in symmetric ecryption?