smoke-wolf / SMAX

This app allows users to send completely encrypted messages over the internet - security is implemented in all portions of the app and communication (end to end)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

message sending and receiving is working

UOTD (update of the day)

I've been working on a more appealing gui written in html. So far the basic backend is written in python using flask, unfortunately there are still a number of features that have not been added.

Here's the status on the features:

ALWAYS ENCRYPT - Available in the TK gui | Under dev in new gui
LOAD KEY - Available in the TK gui | Not in new gui
SEND ENCRYPTION KEY - Available in the TK gui | Not in new gui
SEND MESSAGE - Available in both
RECEIVE MESSAGE - Available in both
CREAT ACCOUNT - Available in both
LOG IN - Available in both
KEY TRANSFER - Available in TK | not yet in the new gui
TOKEN TRANSFER - Available in only the gui (will not be in the TK)
ISOLATED KEy TRANSFER - Going public soon!

Work will be continuing through-out the next few days - Apr 27th

Encrypted Messanger

Installation Instructions

Run this app with the following

python ms2.py

Run the new gui with:

python gui.py

Requirements

About

This app allows users to send completely encrypted messages over the internet - security is implemented in all portions of the app and communication (end to end)

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 75.9%Language:HTML 24.1%