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.2.0.tar.gz
(4.1 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.2.0.tar.gz.
File metadata
- Download URL: pypida-0.2.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
460e8be8beeca963d1bef5f9eac0d7c8492c87db9455fab2b14a93e266d06bb7
|
|
| MD5 |
b6a56ea3c39f561c8259c604f86a2c07
|
|
| BLAKE2b-256 |
7af17b393d985235041e50c64d2478338b775733f0cfd058da7cc300e0411d3c
|
File details
Details for the file pypida-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pypida-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
91dcc049a40f060b8f5661cb080293a8417581d544ec1809fea73b888533cddd
|
|
| MD5 |
a2dcd13b3ac020acc9a56376323c6157
|
|
| BLAKE2b-256 |
d78fcb8211b9e20b6f07349311853adae679900a389e1da6d4d34dd3a804c047
|