Skip to content

wenyupeng/securex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

SecureX aims to design and implement a light-weight, custom encrypted messaging protocol to ensure secure, private communication over insecure networks. The protocol will support both symmetric and asymmetric encryption mechanisms and be suitable for integration into real-time applications such as messaging apps.

Installation

git clone https://github.com/wenyupeng/securex.git 

Install dependencies

pip install -r requirements.txt

Run Server

python -m demo.run_server

Run Client

python -m demo.run_client

About

Network transmission encryption demonstration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages