An open API service indexing awesome lists of open source software.

https://github.com/vitberget/diffie-hellman-exercise

Diffie Hellman key exchange exercise
https://github.com/vitberget/diffie-hellman-exercise

diffie-hellman kotlin

Last synced: 7 months ago
JSON representation

Diffie Hellman key exchange exercise

Awesome Lists containing this project

README

          

# Diffie Hellman key exhcange

Exchanging a secret key with out prior contact, one traditional way is the Diffie-Hellman key exchange.

_**Know that better algoritms exists!**_

Reading material:

* https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
* https://www.geeksforgeeks.org/implementation-diffie-hellman-algorithm/
* https://www.ques10.com/p/7533/explain-diffie-hellman-key-exchange-algorithm-wi-1/
* https://cryptographyacademy.com/diffie-hellman/