Git Product home page Git Product logo

an1604 / anonymus-communication-protocol Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 80 KB

This project implements an anonymous communication protocol where messages between Alice and Bob are sent through an intermediary server. The server aggregates and randomizes message delivery, obscuring sender-recipient pairs and enhancing privacy. Messages are encrypted for confidentiality using a public key provided by the server.

Jupyter Notebook 48.88% Python 51.12%

anonymus-communication-protocol's Introduction

Anonymous Communication Protocol

In traditional server-client communication, encryption protects the confidentiality of information but does not hide metadata like sender and recipient identities. This exercise aims to implement a protocol for anonymous communication between Alice and Bob. Instead of Alice directly communicating with Bob, messages are sent through an intermediary server. The server aggregates messages for a set time period and delivers them to their destination in random order, making it difficult for eavesdroppers to determine sender-recipient pairs. All messages have the same size and are encrypted using a public key provided by the server.

Key Features:

  • Encrypts messages for confidentiality.
  • Hides sender and recipient identities.
  • Uses an intermediary server to aggregate and randomize message delivery.
  • All messages are of equal size to obfuscate content.
  • Public key encryption ensures secure communication.

anonymus-communication-protocol's People

Contributors

an1604 avatar omerbart avatar

Watchers

 avatar

Forkers

omerbart

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.