https://github.com/lightsing/cli-chat
Python Command Line Chat Server and Client (Cli-chat)
https://github.com/lightsing/cli-chat
Last synced: about 1 year ago
JSON representation
Python Command Line Chat Server and Client (Cli-chat)
- Host: GitHub
- URL: https://github.com/lightsing/cli-chat
- Owner: lightsing
- License: mit
- Created: 2016-08-09T14:27:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T09:20:53.000Z (almost 10 years ago)
- Last Synced: 2025-01-26T15:30:28.205Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
README
---
# Python Cli-chat (In Developing)
## Requirement
1. Python 3
2. pyCrypto
## Warning
Include Server and Client.
Low efficiency due to RSA encryption almost all traffic.
> Consider using AES in the future.
## How to use
1. Generate a server RSA key pair using util.Operator.generateRSA() and writeoutRSA()
2. Edit config file.(__addr__ and __port__)
3. Run server.py