PII is encrypted before delivery
The customer receives a package that can be stored or routed, but it remains ciphertext.
Customer-to-bank access demo
Create fake KYC data on this device. SovereignKYC encrypts it locally, stores only ciphertext, and issues a one-time unlock link. The customer can inspect the encrypted package. The bank, fintech, or social app can decrypt once only when it receives the unlock link.
Creator flow
The customer creates fake KYC data. The browser encrypts the payload before delivery.
Live run
Loads the encrypted package. Without the local key or unlock grant, it cannot decrypt.
Waiting for delivery status.
Open Customer PackageLoads the package, decrypts it, and consumes the one-time token.
Waiting for delivery status.
Open Bank/App Unlock{
"kyc_status": "waiting",
"raw_pii_received": false
}
{}
What this proves
The customer receives a package that can be stored or routed, but it remains ciphertext.
The bank or app receives a one-time unlock link. Without that link, the package-only view cannot decrypt.
The unlock link redeems once. Replay attempts are rejected after the key is consumed.