GithubHelp home page GithubHelp logo

cpsc-452-final-project's Introduction

CPSC 452

Final Project - Secure Messaging


In this project we implement a system which enables a group of users to chat securely. All users are registered with the chat server. When the user wants to chat with another registered user, he first connects to the chat server and enters his/her user name and password.

The server verifies the user name and password, and if correct, the user’s status is changed to “online". Next, the user may enter the user ids of users with whom he wishes to chat (could be more then one). At any given time the user should be able to check what other users are online and invite them to the ongoing conversation.

Once the user specifies the users with whom he wishes to chat, the server generates a symmetric key, and securely distributes it to all the specified users and the user who initiated the chat. To achieve secure key distribution you must encrypt the symmetric key using the public keys of the respective users (you may assume that server knows the public keys of all users). If one of the specified users is not online, the requesting user is notified about this.

After the encrypted symmetric key has been distributed to all users, the users decrypt the symmetric key using their private keys, and the chat session may begin. All messages exchanged during the chat must be encrypted using the symmetric key provided by the server and must be delivered to all users participating in the chat. Any user may choose to leave the conversation.

If the user disconnects from the chat server, his status should be changed to “offline“. All users who are connected to the server, must have a way to check whether a given user is online.

Our implementation must provides both confidentiality and digital signature. For digital signature, we provide the user with a choice of using RSA or Digital Signature Algorithm (DSA; https://bit.ly/2TvvGSt). Both digital signature schemes are supported.

Team Members

  1. Raileen Del Rosario - [email protected]
  2. Michael Lau - [email protected]
  3. Garinn Morton - [email protected]
  4. Nafis Chowdhury - [email protected]
  5. Ryan Romero - [email protected]
  6. Jin Park - [email protected]

Programming Language

Python 3

Execution Process

TBA

Special Notes

TBA

cpsc-452-final-project's People

Contributors

gmorton2 avatar raileendr avatar rromero26 avatar

Watchers

 avatar  avatar  avatar

Forkers

nafis195

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.