https://github.com/chizhg/secureim
A secure Instant Message System.
https://github.com/chizhg/secureim
python security socket
Last synced: about 1 year ago
JSON representation
A secure Instant Message System.
- Host: GitHub
- URL: https://github.com/chizhg/secureim
- Owner: chizhg
- Created: 2017-04-19T03:02:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T14:24:59.000Z (about 9 years ago)
- Last Synced: 2025-02-09T12:19:54.553Z (over 1 year ago)
- Topics: python, security, socket
- Language: Python
- Size: 1.6 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python version: 2.7.10
- Command to start the server:
python ChatServer.py
> Note we can change the server configuration in the server.cfg.
- Command to start the client:
python ChatClient.py
> Note we can change the client configuration in the client.cfg.
- We can use the following user names and passwords to login the server:
user name | password
--------- | ---------
test | password
Alice | programmer
Bob | netsec
John | helloworld
- To list all online user names, type **list** in the command line
- To send message to another user, type **send \ \** in the command line.
> Ex. send Bob hello
- To logout from the server, type **logout** in the command line
- To stop the server, type **exit** in the server's command line