A simple client-server chat app using AES and RSA encryption for secure data transmission.
- AES (fast, symmetric encryption)
- RSA (secure, asymmetric encryption)
- Client-Server communication over TCP sockets
- Key generation with RSA
- Generate keys:
python generate_keys.py