Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

SecureCorp Chat

End-to-End Encrypted Chat System

Features

  • AES-256-CBC + HMAC-SHA256 Encryption
  • ECDSA/RSA Mutual Authentication
  • Dynamic Room Management
  • Message History Integrity Checking
  • gRPC-based Network Protocol

Requirements

  • Python 3.10+
  • OpenSSL 3.0+

Quick Start

# Clone repository
git clone https://github.com/yourname/securecorp-chat.git
cd securecorp-chat


# Start server
cd server && python3 server.py

# Start client (in new terminal)
cd client && python3 client.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages