Skip to content

Basic version of the Diffie Hellman key exchange algorithm implemented in python.

License

Notifications You must be signed in to change notification settings

draescherl/diffie-hellman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Basic version of the Diffie Hellman key exchange algorithm implemented in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages