Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages