Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 816 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 816 Bytes

Diffie Hellman

A basic implementation of the Diffie Hellman key exchange algorithm.

Installation

Follow these steps, and you should be up and running in a matter of seconds.

Clone the repo

git clone [email protected]:draescherl/diffie-hellman.git
cd diffie-hellman/

Use a virtual environment

virtualenv venv
. venv/bin/activate

Install requirements

pip install -r requirements.txt

TODO

  • Implement the __check_other_pubkey method
  • Hash the shared key

Other resources

Author

L.DRAESCHER - [email protected]