Skip to content

In this program, we want to create an unlimited chatroom based on TCP/IP between the client and the server.

License

Notifications You must be signed in to change notification settings

farkoo/Encrypted-Chat-Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypted-Chat-Room

In this program we want to create an unlimited chatroom based on tcp/ip between the client and the server.

  • After executing the server file, the server listens on the port to connect the client.
  • After connecting the client to the server, both parties can send unlimited messages to each other.
  • When the message from one of the two parties is "Good bye", the connection between them ends.

In this program, the exchanged messages are encrypted using the monoalphabetic method and are decrypted and displayed on the other side.

Execute server

python _server.py

Execute client in the other instance

python _client.py

Support

Contact me @:

e-mail:

Telegram id:

License

MIT © Farzaneh Koohestani

About

In this program, we want to create an unlimited chatroom based on TCP/IP between the client and the server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages