Unique ID Hash & Identity Commitment System
A single-page Digex-branded interface for creating privacy-preserving identity commitments from verified person data, device credentials, wallet proofs, address jurisdiction, session risk signals, and password verifiers.
1. Verified Person / Tax Identity
Create blinded tokens for SSN/ITIN without storing raw numbers in the normal application database.
Tokenized with HMAC. Use demo data only in the browser prototype.
In production, this key must never be exposed to the browser.
2. Phone, Device & Digital Credential
Bind the account to device-held public keys instead of relying only on IMEI.
Use only when legally justified. Device public key is preferred.
3. Address, State Geo & Session Geo
Permanent address is tokenized. Live phone geo is used as short-retention session risk evidence.
4. Wallet Key Proof, Password & Recovery Fingerprint
Use wallet public keys and signed challenges. Never collect raw private keys or raw seed phrases.
Do not paste private key. Paste only wallet signature proof.
Demo derives a verifier; production should use Argon2id server-side.
Recommended: keep seed phrase on-device only.