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.
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.
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.