https://github.com/ngirimana/diffie-helman
Diffie-Hellman is a way of generating a shared secret between two people in such a way that the secret can't be seen by observing the communication. That's an important distinction: You're not sharing information during the key exchange, you're creating a key together.
https://github.com/ngirimana/diffie-helman
Last synced: 3 months ago
JSON representation
Diffie-Hellman is a way of generating a shared secret between two people in such a way that the secret can't be seen by observing the communication. That's an important distinction: You're not sharing information during the key exchange, you're creating a key together.
- Host: GitHub
- URL: https://github.com/ngirimana/diffie-helman
- Owner: ngirimana
- Created: 2020-01-06T10:11:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T14:24:14.000Z (almost 6 years ago)
- Last Synced: 2025-02-21T12:25:52.138Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# diffie-helman
Diffie-Hellman is a way of generating a shared secret between two people in such a way that the secret can't be seen by observing the communication. That's an important distinction: You're not sharing information during the key exchange, you're creating a key together.