AL
allan-stewart/diffie-hellman-exercise
A simple exercise to perform the Diffie-Hellman key exchange
Diffie-Hellman Key Exchange Exercise
This repository contains a coding exercise to learn and try out a simple version of the
Diffie-Hellman key exchange protocol with small key sizes.
Objectives:
- Write some code to perform the key exchange using known values
- Calculate a key from an existing shared public value and use it to decrypt a message
- Perform a key exchange with another person an exchange messages
Click on the language of your choice for instructions and sample code:
On this page
Languages
C#70.4%JavaScript29.6%
Contributors
MIT License
Created January 6, 2021
Updated January 7, 2021