Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 257 Bytes

File metadata and controls

8 lines (7 loc) · 257 Bytes

basic-diffie-hellman

A python program that runs the Diffie-Hellman key exchange between two classes.

Usage:
./Diffie_Hellman.py | ./Diffie_Hellman.py XOR
XOR is for replacing (mod) wth XOR, and returns the amount times it worked as a percentage.