Coder Social home page Coder Social logo

rust-tls-handshake's Introduction

rust-tls-handshake

A Secure Server-to-Server Handshake in Rust πŸš€ Overview

This project offers a server-to-server communication system leveraging the safety and concurrency features of Rust, paired with the cryptographic strength of OpenSSL. Ensuring your server intercommunications are encrypted and trustworthy.

🌟 Features

  • Secure Communication: Establish encrypted communication channels between servers.
  • Asynchronous Operations: Utilize asynchronous operations for non-blocking communication, ensuring optimal performance.
  • Self-Signed Certificates: For testing and development purposes, easily generate and use self-signed certificates.
  • Easy-to-Use: Straightforward setup and usage, making secure communication a breeze.

πŸ”§ Prerequisites

Rust and Cargo installed on your machine. OpenSSL library.

πŸ› οΈ Installation

Clone the repository:

git clone https://github.com/luishsr/rust-tls-handshake.git

Navigate into the project directory:

cd secure-server-handshake-rust

Build the project:

cargo build --release

πŸš΄β€β™€οΈ Quickstart

Generate SSL Certificates:

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365

Run the server:

cargo run --bin server

In a separate terminal instance, run the client:

cargo run --bin client

πŸ“– Documentation

For a deep dive into how everything works, check out the docs/ folder or visit our Wiki page. 🀝 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change. Ensure to update tests as appropriate. πŸ“œ License

This project is licensed under the MIT License - see the LICENSE.md file for details.

For any inquiries or discussions, feel free to reach out - [email protected]

Give your servers the secret handshake they deserve! πŸ’ΌπŸ€–πŸ€πŸ€–

rust-tls-handshake's People

Contributors

luishsr avatar

Stargazers

ι›²ζ°΄ avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.