PIDA: Serverless E2EE Messaging & File Sharing over Cloudflare and Backblaze
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.9.tar.gz
(4.3 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.9.tar.gz.
File metadata
- Download URL: pypida-0.1.9.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb893628a690fa99388db7d6f33344bbdae51f593495e801f2c1eef39551954d
|
|
| MD5 |
6cd622eab11c5a83217c93642f0697db
|
|
| BLAKE2b-256 |
d95d5c96300635f548476187be6b0afee142f7e78b07c581c890864b031d3679
|
File details
Details for the file pypida-0.1.9-py3-none-any.whl.
File metadata
- Download URL: pypida-0.1.9-py3-none-any.whl
- Upload date:
- Size: 4.5 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 |
c6eab133a9308dfbc65e02859f65b7e8c9a27753bc751724971bb2a43d4e8b72
|
|
| MD5 |
8a3a1087a508ac560d5f5ef6e2f4d9a6
|
|
| BLAKE2b-256 |
3e199bdf8ac7b4d1c591cef01facf3c17df892366897375ea7e5066d8cb4097d
|