Git Product home page Git Product logo

cryptochatter's Introduction

CryptoChatter

E2EE messaging August 10, 2020:

Started the basic shell for playing with E2EE messaging. This is based on Django which is heavily supported, making it extemely likely you will find answers to your questions. At this stage, it would be interesting to set the landing page to one room. In this single room, you can enter a username and an encryption key. Once this is entered, messages which match your encryption key will be decrypted in the chat window. Others will remain encrypted. Messages you send will be encrypted using the key you provided. This is the plan at this stage.

Instruction for launching the server are given for an Ubuntu installation. Fairly easy to install ubuntu in a virtualbox.

This is a Django App based on the multichat application found here: https://github.com/andrewgodwin/channels-examples

-Required Installations

  • Python 3.6
  • Pip3
  • Paver
  • Python-dev
  • Redis

If you're using Ubuntu:

*Install python3.6 sudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get update sudo apt-get install python3.6

Install Pip3

sudo apt-get install python3-pip

Install paver

sudo apt-get install python-paver

Install python-dev

sudo apt-get install python3.6-dev

(The original creator used a docker container. We may do this again, but the walk-through is very complete.) Install Redis https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-redis-on-ubuntu-16-04

You can use the paver script for the rest of the process. Install Virtual Environment:

paver Install

Start bash terminal in virtual environment:

paver bash

To exit bash terminal:

exit

Start the server:

paver run

cryptochatter's People

Contributors

jstamps91 avatar

Watchers

 avatar  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.