https://github.com/joedborg/diffie-hellman-demo
A very simple Diffie Hellman key exchange example in Rust
https://github.com/joedborg/diffie-hellman-demo
Last synced: 8 months ago
JSON representation
A very simple Diffie Hellman key exchange example in Rust
- Host: GitHub
- URL: https://github.com/joedborg/diffie-hellman-demo
- Owner: joedborg
- License: apache-2.0
- Created: 2019-07-17T22:11:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T18:43:08.000Z (almost 7 years ago)
- Last Synced: 2025-07-08T17:50:02.501Z (11 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diffie Hellman Demo
A very simple Diffie Hellman key exchange demonstration in Rust.
## Warning
Obviously, don't use this for anything important. It is **by no means** cryptographically secure.
## To Do
* Tests.
* Interactive TUI, showing what's in the public domain and what's kept secret.