encrypted-chat
an end-to-end encrypted chat, that allows users to anonymously talk without ip logs, personal info, or need for registration.
The Main Idea:
all you need to chat with someone is just to pick a username, and you'll be able to anonymously chat with anyone you want
The Technology Behind It:
- Python 3.9.2
- Django 2.2.22
- Pure HTML/CSS/JS
Set Up:
- Clone The Repository
git clone https://github.com/privalise/encrypted-chat.git && cd encrypted-chat
- Install Requirements
pip install -r requirements.txt && cd encryptedchat
- Let's Migrate And Make Migrations
python manage.py makemigrations && python manage.py migrate
- Now Finally We Will Run The Server
python manage.py runserver
Donate
you can support us using bitcoin or monero or litecoin
btc:
address: bc1qd37e4kcq03a0dss0lhu8uddrll9m5twrrgx40q
monero:
address: 8Br1mFsc1NoZXRrcJ5B5UjFXXptVAVFkW1983x4euvme2mhNZTJawN32VWYDN7Yaw9hcvDJYVXsWUbfZ7KRrfJGgV17GtMg
litecoin:
address: ltc1qlxayzj33wrmxgpzknglx0fnr474m6znh9mnv07
LICENSE
Copyright (C) 2021 Mohab Gabber
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see
.