Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 306 Bytes

File metadata and controls

10 lines (7 loc) · 306 Bytes

Generalized Caesar Cipher

Problem statement: Implement the Generalized Caesar Cipher with the help of Diffie-Hellman Key Exchange Protocol using Client-Server Model

Run command:

Server:
./server <server IP>

Client:
/.client <server IP> <file.txt>