Skip to content

arogov-com/secure-messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages