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
- Host: GitHub
- URL: https://github.com/vitberget/diffie-hellman-exercise
- Owner: vitberget
- Created: 2020-03-27T12:41:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T21:21:00.000Z (over 3 years ago)
- Last Synced: 2023-03-04T15:44:14.380Z (over 2 years ago)
- Topics: diffie-hellman, kotlin
- Language: Kotlin
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/