JakkuSakura / private-chatter

A simple yet RSA encrypted chat application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Private Chatter

Private Chatter aims to provide an easy-to-use and easy-to-deploy, end-to-end encrypted anonymous chat service.

How to run

python3 chat.py

Then open http://localhost:9999/

Before chatting, you need to set your username and chat room. Then share the chat room and your public key. Other people should also set usernames and share their public keys. You should copy other people's public keys over to your Endpoint's public key area

Features

  • No registration
  • RSA based
  • No raw text passed to server
  • Persistent RSA keys and public keys

About

A simple yet RSA encrypted chat application.

License:MIT License


Languages

Language:HTML 64.0%Language:Python 36.0%