Giter Club home page Giter Club logo

securechatapp's Introduction

secureChatApp

Table of Contents

Project Description

secureChatApp is a secure web chat application that uses advanced asymmetric encryption techniques to secure messages, ensuring utmost privacy and confidentiality. The application is built using Python for backend logic, HTML5 for structure, and CSS for styling. The server-side logic is handled by Flask, a lightweight and robust web framework for Python. Data security is further enhanced with itsdangerous, a Python library to deal with JSON Web Signatures and encryption. Cachelib is used for caching functionalities, while Flask-Session manages users' sessions. Blinker provides a fast dispatching system that allows your application to send signals and respond to them.

Project Structure

The project is organized into several directories, each containing specific components of the application:

  • auth/: This directory contains the authentication logic for the application.
  • encryption/: This directory contains the encryption logic for the application.
  • database/: This directory contains the database models and operations for the application.
  • routes/: This directory contains the routing logic for the application.
  • static/ and templates/: These directories contain the front-end components of the application.

The root directory also contains several important files:

  • app.py: This is the entry point of the application.
  • create_app.py: This script creates a new instance of the Flask app with necessary configurations and blueprints.

Dependencies

The application requires the following Python libraries:

  • blinker==1.6.2
  • cachelib==0.10.2
  • click==8.1.6
  • Flask==2.3.2
  • Flask-Session==0.5.0
  • itsdangerous==2.1.2
  • Jinja2==3.1.2
  • MarkupSafe==2.1.3
  • scapy==2.5.0
  • Werkzeug==2.3.6

Dependencies can be installed by using the requirements.txt

cd dir_to_proj
pip install -r requirements.txt

Usage

You can run the application by executing the app.py script:

python app.py --host 127.0.0.1 --port 5000

Output

The application will start a local server that serves the secureChatApp on the specified host and port.

About the Author

Aditya Varma is a computer science graduate from the University of Wollongong. He has a keen interest in AI, cybersecurity, systems analysis, and web development.

License

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

securechatapp's People

Contributors

addievo avatar

Stargazers

 avatar

Watchers

 avatar

securechatapp's Issues

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.