Skip to content

alireza-roshanasan/crypto-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple python chat room, encrypted with using AES128

How to Run?

Run the server.py script from the command line.

Usage: python3 server.py <host> [-p PORT]

Arguments:

  • host: Interface the server listens at. Can be a hostname, or an IP address.
  • -p PORT: TCP port the server listens at (default 1060)

For example:

$ python3 server.py localhost
Listening at ('127.0.0.1', 1060)

Then run the client.py script from the command line and enter your password(in a separate terminal window).

Usage: python3 client.py <host> [-p PORT]

Arguments:

  • host: Interface the server listens at. Can be a hostname, or an IP address.
  • -p PORT: TCP port the server listens at (default 1060)

For example:

$ python3 client.py localhost
type your key: password
Your name: 

chat room section is based on this repository

alt text

About

A simple Python application for encrypted text communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages