Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Chat Application

This is a secure chat application built using Flask, Socket.IO, and AES/RSA encryption to ensure message confidentiality and integrity.

Features

  • User registration and login
  • Real-time messaging
  • AES and RSA encryption for messages
  • SQLite database for message and user storage

Requirements

  • Python 3.x
  • Flask
  • Flask-SQLAlchemy
  • Flask-SocketIO
  • pycryptodome
pip install Flask
pip install Flask-SocketIO
pip install Flask-SQLAlchemy
pip install Werkzeug
pip install pycryptodome
pip install eventlet

Setup

Clone the repository. Install the required packages.

git clone https://github.com/SleepTheGod/secure_chat/
pip install -r requirements.txt

Run the application

python app.py

Access the application at http://localhost:5000

NOTE I AM STILL WORKING ON THIS

About

building this

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages