AIT 614 Network Security

Diffie-Hellman-Merkle

This is a console application created with Microsoft Visual studio 2003 .NET written in C++.
Start it as a server with the following syntax:
[application] [port#] ......for example. "main.exe 2000"

Then start another instance of it as a client with the following syntax:
[application][IP][port#][message] .......for example. "main.exe 136.160.136.5 2000 Hello!"

Download project

 

1st: 27Aug07
mod: 27Aug07