Skip to content

Smart-Machine/chatik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat showcase

#How to use:

  • Enter the virtual environment, by running:
    • bash/zsh : $ source venv/bin/activate
    • fish : $ source venv/bin/activate.fish
    • csh/tcsh : $ source venv/bin/activate.csh
  • For running the server: python app/server.py
  • For running the client: python app/client.py

#TODO:

  1. Read more about End-to-end encryption
  2. Read more about Diffie–Hellman key exchange
  3. Look up some implementation
  4. Improve and implement the encryption of the app.

About

My attempt on creating a simple chat with RSA encryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages