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

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

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.