Git Product home page Git Product logo

private-console-communicator's Introduction

Private-Console-Communicator

Encryption-protected console messaging app

Table of Contents

  1. Introduction
  2. Prerequisites
  3. Installation
  4. Usage
  5. Contributing
  6. License

Introduction

This is a simple console messaging app that allows you to send messages to other user. The messages are encrypted on the client side, so the server cannot read them. The server only stores the encrypted messages and sends them to the recipient. The recipient then decrypts the message on their side.

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/NaviteLogger/Private-Console-Communicator.git

(Optional) Create a virtual environment

python -m venv venv
  1. Install the required packages
pip install -r requirements.txt
  1. Create and fille the .env file according to the .env.example file
SERVER_HOST='...'
SERVER_PORT='...'

Usage

It is important to know that the server and the client must be started in separate terminals. What is more, the communication between the server and the client is done using TCP, so the server firewall must allow the communication on the specified port (in this case, 5555). This can be done using 'ufw' on Linux.

  1. Start the server (server.py file located under the server folder)
python server.py
  1. Start the client (app.py file located under the client folder)
python client.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

private-console-communicator's People

Contributors

navitelogger avatar dependabot[bot] avatar

Watchers

 avatar

private-console-communicator's Issues

Integracja z Fortnite

Choć na Fortnite do kogoś wysyłasz i odpala ci sie fortnite moze wtedy z nami pograsz.

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.