Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 313 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 313 Bytes

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.