478 B
478 B
Diffie-Hellman Key Exchange
Description
This project implements a basic version of the Diffie-Hellman key exchange algorithm, allowing two parties (Alice and Bob) to agree on a shared secret over an insecure channel.
How to Build
- Navigate to the
builddirectory. - Run
maketo compile the project.
How to Run
- After building, run the
diffie_hellmanexecutable using./diffie_hellman.
How to Clean
- Run
make cleanto remove all compiled files.