KieferSivitz / secretChat

Secret Chat is a P2P SSL encrypted chat client using python sockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secret Chat

The goal of this project is to create an open source peer to peer encrypted chat client. The goal of which is to have a simple, reliable chat client that is known to be secure. I'm creating this because I want to be able to talk to people and know that my client is uncompromised, and I want to maintain the integrity of my messages. And I want others to be able to do the same thing.

Installation Instructions (Linux)

wget "https://github.com/KieferSivitz/secretChat/raw/master/setup"
bash setup

// If theree are any missing dependencies, to install them run 
sudo bash setup

Feel free to leave any or all of the questions blank, as the certificates are generated for encryption but not authentication

Once the setup is complete move into the folder containing the program

cd secretChat

The following command will start the program:

python3 secretChat.py

About

Secret Chat is a P2P SSL encrypted chat client using python sockets.

License:MIT License


Languages

Language:Python 100.0%