cs-utulsa / Encrypted-Chat-Service

This is the major project for the year long senior software class. The focus on this repository is to create a encrypted chat service, which can be used for secure communication. It will include not only peer to peer chat services, but also file transfer and group chats.
5 stars 1 forks source link

Encrypted-Chat-Service

Uses 3 classes for basic chat functionality. They are chat, client and server

Future classes & functionality will be added.

Currently, this application is not encrypted and runs in the console. It is the baseline for future features. This readme is for the production branch, which is only for code that is fully written and tested.