Project was done for practice, but can be used for secured chatting.
App -> https://github.com/IvanAcoola/EncryptedChat.App
- Multi-users chat (with searching by defined name)
- Defining encryption key on every entry
- Encryption arc4
- No keys / decryption on server level
- python-django
- channels[daphne]
Download project and set virtual env
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 manage.py runserver