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.
git clone https://github.com/wenyupeng/securex.git
pip install -r requirements.txt
python -m demo.run_server
python -m demo.run_client