Skip to content

IvanAcoola/EncryptedChat.Server

Repository files navigation

Encrypted chat

Project was done for practice, but can be used for secured chatting.

App -> https://github.com/IvanAcoola/EncryptedChat.App

Features

  • Multi-users chat (with searching by defined name)
  • Defining encryption key on every entry
  • Encryption arc4
  • No keys / decryption on server level

Stack

  • python-django
  • channels[daphne]

Deploying

Download project and set virtual env

  python3 -m venv .venv

  source .venv/bin/activate

  pip install -r requirements.txt

  python3 manage.py runserver

Contributing

https://github.com/chilkatsoft

About

Console encrypted chat with arc4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages