School Project.
Hybrid Encryption is a fully encrypted client chat program that allows you to chat with other users securely. it has RSA / AES. keys are transfered with dippie hellman.
The default server port is: 8553 if you want to change it, modify line 22 client and line 17 server
to run the code
- install dependencies
pip install -r requirements.txt
- run the server
python hybridserver.py
- run the client
python hybridclient.py