Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 459 Bytes

File metadata and controls

5 lines (5 loc) · 459 Bytes

Kerberos-CLient-Server-Interaction-using-RPC-

This program allows the client and server to exchange messages using RPCgen calls and the means of communication is also encrypted using DES block cipher algorithm. The application needs to be run in three different terminal windows, one being the server and the others being client, the server directs the messages to the respective clients. The whole application was implemented in C programming language.