donnikitos / SimpleCryptoChat

A simple open source secure chat written in Python, socket exercise

Repository from Github https://github.comdonnikitos/SimpleCryptoChatRepository from Github https://github.comdonnikitos/SimpleCryptoChat

SimpleCryptoChat

A simple open source secure chat written in Python, socket exercise

To be done

  • Build server for multiple incomming TCP connections
  • Build client
  • Design simple chat protokoll
  • Create basic console commands
  • Implement double OpenSSH encryption
  • Implement terminal UI
  • Bug fixing
  • Bug fixing
  • Bug fixing

Getting Started

Prerequisites

  • Python 2.7^

Run on our server

Use git to clone this repo:

git clone https://github.com/donnikitos/SimpleCryptoChat

run client.py to connect to our server:

./client.py

Run on your own server

Use git to clone this repo:

git clone https://github.com/donnikitos/SimpleCryptoChat

run server.py to connect to our local server:

./server.py

connect to your server:

./client.py 127.0.0.1

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Super weak privacy policies of major internet companies

About

A simple open source secure chat written in Python, socket exercise

License:MIT License


Languages

Language:Python 100.0%