Quick Start


  • 1. Clone the Repository

    git clone https://github.com/fozouni/CipherMQ.git
    cd CipherMQ

    2. Set up the Rust Server

    cargo build --release

    3. Generate mTLS Certificates

    cd root
    pip install cryptography
    generate_certs.py

    4. Generate x25519 Keys

    cd src/client
    python key_maker.py

    5. Run the Server & Enjoy 🚀

    cd root
    cargo run --release

  • Coming Soon ….