Skip to content
@ParallelEngineering

Parallel Engineering

Parallel Engineering is a German open-source organization that develops C++ software.

Welcome to Parallel Engineering

Parallel Engineering builds small, focused C++ projects around cryptography, large-number arithmetic, and client/server applications.

The current project family is centered on RSA: a custom BigInt library, an RSA implementation and an messenger client/server application using RSA-based concepts.

Project Relationships

flowchart TD
    BigInt["BigInt"]
    RSA["RSA"]
    Messenger["Messenger"]

    BigInt --> RSA
    RSA --> Messenger

    click BigInt "https://github.com/ParallelEngineering/BigInt"
    click RSA "https://github.com/ParallelEngineering/RSA"
    click Messenger "https://github.com/ParallelEngineering/Messenger"
Loading

Pinned Loading

  1. Messenger Messenger Public

    A client to server chat system based on RSA written in C++

    C++

  2. RSA RSA Public

    A simple RSA encryption and decryption library written in C++

    C++ 1

  3. BigInt BigInt Public

    A library for handling big numbers in Base-256 format written in C++

    C++ 1

Repositories

Showing 4 of 4 repositories

Top languages

Loading…

Most used topics

Loading…