Skip to main content

Cryptographic Vault & Legal Proof Export

The Compliance Vault records an immutable, tamper-proof cryptographic ledger of every consent transaction, providing court-admissible evidence against statutory wiretap claims.


The SHA-256 Audit Proof Structureโ€‹

Whenever a visitor grants or revokes consent, Consent Shield creates a signed JSON payload containing:

{
"proof_id": "cs-proof-9842a8f-20260820-utc",
"site_id": "CS-LIVE-PROD",
"visitor_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"timestamp_utc": "2026-08-20T21:40:00Z",
"jurisdiction": "US-CA",
"applicable_law": "CCPA_CIPA",
"consent_state": {
"necessary": true,
"analytics": false,
"marketing": false
},
"gpc_signal_received": true,
"sha256_signature": "8f3a9e2d1c0b7a4e6f8d2c1b9a8e7f6d5c4b3a2e1d0c9b8a7f6e5d4c3b2a1e0f"
}

Searching and Verifying Proofsโ€‹

  1. Navigate to Dashboard โ†’ Audit Vault.
  2. Filter records using:
    • Visitor UUID (stored in _cs_uid cookie)
    • IP Hash (one-way SHA-256 hashed with rotating salt)
    • Date Range / Subpoena Reference
  3. Click Verify Signature to cryptographically validate against our public ledger key.
  4. Click Export Legal Defense Certificate (PDF) to download the stamped evidentiary package.