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

https://github.com/code-barru/tcp-server-boilerplate

Rust TCP Server-Client AES-256 encrypted boilerplate
https://github.com/code-barru/tcp-server-boilerplate

aes-256 maldev rust tcp

Last synced: 9 months ago
JSON representation

Rust TCP Server-Client AES-256 encrypted boilerplate

Awesome Lists containing this project

README

          

## TCP Server

Here's the boilerplate for a Server-Client AES-256 encrypted TCP connection.

It uses Diffie-Hellman for shared secret exchange in the [handshake protocol](./docs/protocols/handshake.md)