Interactive Demos
Playgrounds
Explore private.me crypto primitives in your browser — no server, no signup, no keys.
Secret Sharing
XorIDA
Split any message into information-theoretically secure shares using XOR over GF(2). Verify HMAC integrity and reconstruct from any k-of-n threshold.
- k-of-n threshold splitting
- HMAC-SHA256 integrity verification
- Tamper detection demo
- Live performance stats
Identity & Auth
xBind
9-step walkthrough of decentralized identity: Ed25519 keypairs, signed envelopes, AES-256-GCM encryption, trust registries, circuit breakers, and policy engines.
- DID generation & signing
- Encrypt & decrypt envelopes
- Trust registry with revocation
- Key rotation & policy attenuation
Developer Tools
xDebug
Explore AI agent debugging: error explanation with actionable fixes, performance profiling with percentile statistics, and session debugging with export.
- Error Explainer with fix steps
- Profiler with p50/p95/p99 stats
- Session Debugger with export
- Zero network activity
State Continuity
xContinuity
Explore cryptographic state continuity: TLV serialization, XorIDA threshold sharing, HMAC tamper detection, and incremental delta updates for AI agents.
- TLV state serialization & HMAC
- 2-of-3 threshold split & reconstruct
- Tamper detection (fail-closed)
- Incremental XOR delta updates