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
- Host: GitHub
- URL: https://github.com/code-barru/tcp-server-boilerplate
- Owner: Code-Barru
- Created: 2025-06-15T12:00:42.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-06-15T12:19:31.000Z (10 months ago)
- Last Synced: 2025-06-15T13:40:29.830Z (10 months ago)
- Topics: aes-256, maldev, rust, tcp
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)