Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arogov-com/secure-messenger
- Owner: arogov-com
- Created: 2023-04-24T13:54:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T14:42:00.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T21:13:19.061Z (about 2 months ago)
- Topics: end-to-end-encryption, messaging, messenger, python3, qt
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# secure-messenger
Simple messenger with the end-to-end encryptionThe messenger uses the asymmetric elliptic curve cryptography.
Server stores the only client's public keys.# How to run
Run server:
./server.pyRun client:
./securemsg.py# Requirements
"eciespy" for server."eciespy", "PyQt5" for client.