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.8.tar.gz
(4.8 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.8.tar.gz.
File metadata
- Download URL: pypida-0.1.8.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42be539782f6b895a714d76ff81b3dc3aa3bc93d80999a55d1c1f2b0e9828638
|
|
| MD5 |
3b0deebbc933d641e0180e6aa052a9f8
|
|
| BLAKE2b-256 |
bf6c90068b6ad776495927f3a5c74b5437525f88d3a9a80da7bcd3860f69d511
|
File details
Details for the file pypida-0.1.8-py3-none-any.whl.
File metadata
- Download URL: pypida-0.1.8-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
89e21c18d9d87d5498d58a08d814f89fa6432881f5348364d9fe882136f3f9e6
|
|
| MD5 |
581c2070ab0452ddfdfb450bd22e5d06
|
|
| BLAKE2b-256 |
e1205ac9c1517e8fb7016e9d5c33e977aea0e58d4119226aaca333fdf8d1fccd
|