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.5.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.5.tar.gz.
File metadata
- Download URL: pypida-0.1.8.5.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 |
c598c047f34bd67ec4227e97ec077e25c6de3c53c103779396cf831b7d2da370
|
|
| MD5 |
2eda4247ab3844232004ad9dd720be49
|
|
| BLAKE2b-256 |
7f9edd8d9d458c73b7211b055545e774651de7d54e34517e6acccade7c3d686b
|
File details
Details for the file pypida-0.1.8.5-py3-none-any.whl.
File metadata
- Download URL: pypida-0.1.8.5-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 |
5fa8c6148fd7c7e6e7f55fce70be61a3a98f8184b3734e6e9c26802d8eb1c435
|
|
| MD5 |
419607bea39547cf917fde609c4923bc
|
|
| BLAKE2b-256 |
7e3e807ea6a38c647d50fc873fbde56991ccf5aa3fabff52aeef81ccb1c9e3cb
|