blester125 / diffie-hellman

A pedagogical implementation of Diffie-Hellman key exchange.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diffie Hellman Key Exchange

This is a light-weight example of Diffie-Hellman key exchange with some protections that make sure the choices of g and n are reasonable.

This is obviously not intented for real world use.

About

A pedagogical implementation of Diffie-Hellman key exchange.

License:MIT License


Languages

Language:Python 100.0%