GithubHelp home page GithubHelp logo

guarded's Introduction

guarded ๐Ÿ”’

PROJECT archived. NO further changes since 09/20/2018.

visualize a secure messaging protocol

About

Encryption is an important part in todays world, as everyone cares about their privacy (some more than others). In order to visualize how a basic messaging protocol could look like, this project had been started. It will show and explain each mathmatical step that will be executed in order to encrypt nor decrypt your messages.

This project is part of a school project

Protocol

In order to secure the messaging protocol from external attackers (this excludes the attack of the server owner), a Diffie-Hellman Key Exchange will be executed before any further messages will be send. The public parameters will be calculated by the client itself to allow full flexibility in the number selection. When this process finished, a secure tunnel has been established between the client and server, so on, an attack from the outside of this chain is not possible.

Privacy is another aspect this protocol will take care of, by using the RSA algorithm to encrypt and decrypt the messages between the users. This will allow the users to communicate privately, but not completely anonymous as the server owner can log the amount of messages sent from one specific user to another (however, this is not the goal of this project).

Documentation

The detailed documentation on the protocol can be found here in the /doc directory.

Usage

Use the following commands in order to execute this software:

# Clone the code
$ git clone https://github.com/oltdaniel/guarded.git
$ cd guarded
# Load rebar3
$ make load-rebar3
# Start the server
$ make run

By visiting http://localhost:1234/ you will have access to the application.

License

Just do what you'd like to

license

Credit

Daniel Oltmanns - creator

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.