Implementation of Diffie-Hellman Key-Exchange, using simple RAW-Sockets in Python.
- python3 installed
Wikipedia | Diffie–Hellman key exchange
To run the Code, simply start the Main.py using python3 with the -m parameter in the following order :
- Start Main.py with -m=server
- Start Main.py with -m=client