Decentralized encrypted messaging over MQTT
Project description
lapatic-encr
Decentralized encrypted messaging over MQTT.
Features
- Forward secrecy
- MITM protection
- Trust On First Use
- Peer discovery
- Fully decentralized
Install
pip install lapatic-encr
Example
import encr
from encr import Device
encr.init()
d1 = Device("d1")
d2 = Device("d2")
d1.show()
d2.show()
d1.connect("d2")
d1.send("d2", {"msg": "hello"})
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lapatic_encr-0.1.0.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lapatic_encr-0.1.0.tar.gz.
File metadata
- Download URL: lapatic_encr-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fa05316e470f3e581cb52b01241a933021eca653129081806d411c2b8c4c2bc
|
|
| MD5 |
953889c29228b3c0c8304a21239f6430
|
|
| BLAKE2b-256 |
db4ffe99c56c6421319680b0c820beee27a0a29c1e15dcedc55a4f8125a34b2e
|
File details
Details for the file lapatic_encr-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lapatic_encr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92a2cc44f28fe0992c4d81a85bba1e8f5e26936965f57f8f075d762863a53860
|
|
| MD5 |
3cc6eb36d57407060f35774da681b4f4
|
|
| BLAKE2b-256 |
a850c3c27e9eb788b92815453afba4d8c16e0328df219713627df32620d49dbf
|