Bundle A Β· Sovereign Custody
No identity
⬑ Keccak-f[1600] Entropy Engine hardware CSPRNG + timing + intent β†’ sovereign entropy pool
0% Entropy Pool
Entropy Sources
β—¦ Hardware CSPRNG (64 bytes)
β—¦ Timing jitter (32 samples)
β—¦ Intent phrase
β—¦ Mouse entropy
Sponge Stats
Steps: 0
State hash: β€”
Pool size: 0 bytes
πŸ— Sovereign Identity Chain Ed25519 + AES-GCM Β· DID Β· zero server Β· IndexedDB persist

Generate a cryptographic identity from your entropy pool. No server, no oracle, no tracking. The private key is AES-GCM encrypted at rest in IndexedDB using a PBKDF2-derived wrapping key.

Generate entropy first (Keccak Entropy tab), then generate your identity here.
πŸ”· Shamir 3-of-5 Secret Sharing GF(256) Β· any 3 of 5 shares reconstruct the key Β· no third party

Splits the private key into 5 shares using Galois Field (GF(2⁸)) arithmetic. Any 3 shares can reconstruct the key β€” none individually reveal anything. Distribute to 5 different custodians or locations.

Recovery Test β€” Paste 3 shares to verify
πŸ”’ AES-256-GCM Sharding + IPFS client-side encryption Β· SHA-256 integrity Β· configurable shards
0
Records
0
Total Shards
0
Access Grants
Retrieve with Capability Token
Encrypted Records
🎫 Capability Token Access Control cryptographically signed · time/view limits · ZK-derived · revocable

Tokens are cryptographically random, time-limited, view-limited, and tied to a specific resource and grantee. The master key is never exposed β€” only capability-scoped tokens are issued.

How Capability Tokens Work
1. Token = 48 random bytes (crypto.getRandomValues)
2. Bound to: resource ID Β· max views Β· expiry Β· grantee DID
3. Master key never leaves encryption engine
4. Each token view is logged in audit trail
5. Expiry and view limit enforced at retrieval time
6. Revocation: delete token from grants registry
Token Audit
βœ“ Bundle A Verification Report cross-component integrity Β· audit-ready
Keccak Entropy Not verified PEND
Sovereign Identity Not verified PEND
Shamir 3-of-5 Not verified PEND
AES-256 Encryption Not verified PEND
Capability Tokens Not verified PEND