Skip to content

Diffie-Hellman-Merkle Key Exchange

  .---.
 /     \__________________.
|  ( )  ________   _   _  |
 \     /        |_| | | |_|
  `---'             |_|


A python implementation of the original Diffie-Hellman-Merkle Key Exchange algorithm.

This algorithm allows users to generate a (secure) shared secret key where all communication is across a public (unsecure) network.

  1. Getting Started

  2. API Reference