PIDA Protocol - Private Inbox Data API for Python
Project description
PyPIDA v0.1.2
Secure E2EE messaging protocol with Deterministic Identity. Optimized for Mobile.
Quick Start
from pypida.core import PIDA
# 1. Initialize (Auto-load or Create)
URL = "[https://your-relay.workers.dev](https://your-relay.workers.dev)"
client = PIDA.load_local(URL) or PIDA.create(URL)
print(f"Identity: {client.id}")
# 2. Encrypt for a peer
encrypted_msg = client.encrypt("Hello PIDA!", peer_public_key_pem)
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
pypida-0.1.2.tar.gz
(3.6 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 pypida-0.1.2.tar.gz.
File metadata
- Download URL: pypida-0.1.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a30c44a1c8597d760a0fc2b1ff9d724c0ca27f0e1d06aadaaffe17e0fcccb93b
|
|
| MD5 |
f92f71d8e7f95500df871038fd9f1206
|
|
| BLAKE2b-256 |
c615289ec3ecfb88e2b50992d94ece28d714267bc42d80964137a0539d2af551
|
File details
Details for the file pypida-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pypida-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f86e4a4a39b481cdf07e3c77d26df713ef892fa148fc5a5dfef768d0eb00f61
|
|
| MD5 |
2eeefa852081a1523c0dcda3740c4ae2
|
|
| BLAKE2b-256 |
0ffb1fbc79a2f9ff972ef45bf5f44a81b466c4820a932bdd52a43c6a862f9344
|