#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
- bash/zsh :
- For running the server:
python app/server.py - For running the client:
python app/client.py
#TODO:
- Read more about End-to-end encryption
- Read more about Diffie–Hellman key exchange
- Look up some implementation
- Improve and implement the encryption of the app.
