Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arogov-com/secure-messenger

Simple messenger with end-to-end encryption
https://github.com/arogov-com/secure-messenger

end-to-end-encryption messaging messenger python3 qt

Last synced: 3 days ago
JSON representation

Simple messenger with end-to-end encryption

Awesome Lists containing this project

README

        

# secure-messenger
Simple messenger with the end-to-end encryption

The messenger uses the asymmetric elliptic curve cryptography.
Server stores the only client's public keys.

# How to run
Run server:
./server.py

Run client:
./securemsg.py

# Requirements
"eciespy" for server.

"eciespy", "PyQt5" for client.